4212: Fix Typos on features.md r=kjeremy a=lonesometraveler



Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
This commit is contained in:
bors[bot] 2020-04-29 20:47:33 +00:00 committed by GitHub
commit 4ff3573e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,8 +140,8 @@ space or `;` depending on the return type of the function.
When completing a function call, `()` are automatically inserted. If a function When completing a function call, `()` are automatically inserted. If a function
takes arguments, the cursor is positioned inside the parenthesis. takes arguments, the cursor is positioned inside the parenthesis.
There are postifx completions, which can be triggerd by typing something like There are postfix completions, which can be triggered by typing something like
`foo().if`. The word after `.` determines postifx completion. Possible variants are: `foo().if`. The word after `.` determines postfix completion. Possible variants are:
- `expr.if` -> `if expr {}` - `expr.if` -> `if expr {}`
- `expr.match` -> `match expr {}` - `expr.match` -> `match expr {}`