Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Oct 21, 2024
1 parent f5dc972 commit dc83c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-20-using-coroutines-in-neovim-lua.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function grep_dir_co(dir, needle)
end
```

This looks exactly like the synchronous version, but is nonblocking, which is
This looks exactly like the synchronous version but is nonblocking, which is
a big win.

Lua’s coroutines are transparent.
Expand Down

0 comments on commit dc83c80

Please sign in to comment.