Skip to content

Commit 6d7abd7

Browse files
committed
chore: fix typo
1 parent cd58498 commit 6d7abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-10-20-using-coroutines-in-neovim-lua.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ documented.
179179

180180
So I promised to show you how to get `ls_dir_co` and `match_co`,
181181
and I’ll do that by adapting `ls_dir_cb` and `match_cb`.
182-
In fact, you can do so generically:
182+
In fact, I can do so generically:
183183

184184
```lua
185185
--- Converts a callback-based function to a coroutine function.

0 commit comments

Comments
 (0)