Skip to content

Commit 9ff5662

Browse files
Fix Typos on features.md
1 parent 1cde354 commit 9ff5662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ space or `;` depending on the return type of the function.
140140
When completing a function call, `()` are automatically inserted. If a function
141141
takes arguments, the cursor is positioned inside the parenthesis.
142142

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:
143+
There are postfix completions, which can be triggered by typing something like
144+
`foo().if`. The word after `.` determines postfix completion. Possible variants are:
145145

146146
- `expr.if` -> `if expr {}`
147147
- `expr.match` -> `match expr {}`

0 commit comments

Comments
 (0)