]> git.lizzy.rs Git - rust.git/commitdiff
docs(ide_assists): Change importMergeBehaviour to importMergeBehavior
authorSanchith Hegde <sanchith.hegde01@gmail.com>
Fri, 26 Feb 2021 07:08:12 +0000 (12:38 +0530)
committerSanchith Hegde <sanchith.hegde01@gmail.com>
Fri, 26 Feb 2021 07:24:50 +0000 (12:54 +0530)
crates/ide_assists/src/handlers/auto_import.rs

index e93901cb3101f2b8f294e564fcb301913e5a176e..dc38f90e931b96583c553840aa1055f224d9d4ac 100644 (file)
@@ -33,9 +33,9 @@
 // use super::AssistContext;
 // ```
 //
-// .Merge Behaviour
+// .Merge Behavior
 //
-// It is possible to configure how use-trees are merged with the `importMergeBehaviour` setting.
+// It is possible to configure how use-trees are merged with the `importMergeBehavior` setting.
 // It has the following configurations:
 //
 // - `full`: This setting will cause auto-import to always completely merge use-trees that share the
@@ -46,7 +46,7 @@
 // - `none`: This setting will cause auto-import to never merge use-trees keeping them as simple
 //  paths.
 //
-// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehaviour`.
+// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehavior`.
 //
 // .Import Prefix
 //