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

Commit 75a7292

Browse files
authored
Merge pull request #41 from jubalh/master
Correct sentence in README
2 parents cf07e6d + c030a7d commit 75a7292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func main() {
459459
}
460460
```
461461

462-
Let's start with something we know already. If save the file, you'll see that
462+
Let's start with something we know already. If we save the file, you'll see that
463463
it'll be formatted automatically. It's enabled by default but can be disabled
464464
if desired (not sure why you would though :)) with `let g:go_fmt_autosave = 0`.
465465
Optionally we also provide `:GoFmt` command, which runs `gofmt` under the hood.

0 commit comments

Comments
 (0)