Skip to content

Commit 1b1bca4

Browse files
Merge #3016
3016: Fix unneeded `.` in `docs/user/README.md` r=kjeremy a=fusillicode I hope I got the typo right ๐Ÿ˜… Thanks a lot of this wonderful project ๐Ÿ™‡ Co-authored-by: Gian D <[email protected]>
2 parents 514ff11 + 0ef96f9 commit 1b1bca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Ždocs/user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ host.
9494
* `rust-analyzer.highlightingOn`: enables experimental syntax highlighting.
9595
Colors can be configured via `editor.tokenColorCustomizations`.
9696
As an example, [Pale Fire](https://github.com/matklad/pale-fire/) color scheme tweaks rust colors.
97-
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts.
97+
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts the
9898
`Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin.
9999
* `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable
100100
* `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo

0 commit comments

Comments
ย (0)