Merge pull request #221 from ilmanzo/patch-1

Update tutorial.md
This commit is contained in:
Zachary Yedidia 2016-08-30 09:47:00 -04:00 committed by GitHub
commit 2761f57565

View file

@ -74,7 +74,7 @@ I'll show you how to use the `init.lua` file by giving an example of how to
create a binding to `CtrlR` which will execute `go run` on the current file,
given that the current file is a Go file.
You can do that by puttint the following in `init.lua`:
You can do that by putting the following in `init.lua`:
```lua
function gorun()