Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit 9548f46

Browse files
authored
Merge pull request #34 from dolanor/typos
Fix typos
2 parents 1a3c336 + 230d96c commit 9548f46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ reverse it. If your cursor is still on the `foo` variable, execute `gJ` in
653653
`normal` mode. You'll see that the field definitions are all joined.
654654

655655
This doesn't use any AST-aware tools, so for example if you type `gJ` on top of
656-
the fields, you'll see that only two files are joined.
656+
the fields, you'll see that only two fields are joined.
657657

658658
### Snippets
659659

@@ -1231,7 +1231,7 @@ and `TestBar` functions. This is really great if you just want to get an
12311231
overview of all type and function declarations, and also jump to them.
12321232

12331233
Let's continue with a question. What if you just want to move to the next or
1234-
previous function? If you current function body is long, you'll probably will
1234+
previous function? If your current function body is long, you'll probably will
12351235
not see the function names. Or maybe there are other declarations between the
12361236
current and other functions.
12371237

@@ -1470,7 +1470,7 @@ automatically for you.
14701470

14711471
### Dependencies and files
14721472

1473-
As you know a package can be consist of multiple dependencies and files. Even
1473+
As you know a package can consist of multiple dependencies and files. Even
14741474
if you have many files inside the directory, only the files that have the
14751475
package clause correctly are part of a package.
14761476

0 commit comments

Comments
 (0)