We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cde354 commit 9ff5662Copy full SHA for 9ff5662
docs/user/features.md
@@ -140,8 +140,8 @@ space or `;` depending on the return type of the function.
140
When completing a function call, `()` are automatically inserted. If a function
141
takes arguments, the cursor is positioned inside the parenthesis.
142
143
-There are postifx completions, which can be triggerd by typing something like
144
-`foo().if`. The word after `.` determines postifx completion. Possible variants are:
+There are postfix completions, which can be triggered by typing something like
+`foo().if`. The word after `.` determines postfix completion. Possible variants are:
145
146
- `expr.if` -> `if expr {}`
147
- `expr.match` -> `match expr {}`
0 commit comments