Skip to content

Commit e7c5c9f

Browse files
authored
Fix typo (#235)
1 parent f96a39b commit e7c5c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can do
3838
```lua
3939
local async = require "plenary.async"
4040
```
41-
All other modules are automatically required and can bet accessed by indexing `async`.
41+
All other modules are automatically required and can be accessed by indexing `async`.
4242
You needn't worry about performance as this will require all the submodules lazily.
4343

4444
#### A quick example

0 commit comments

Comments
 (0)