We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a39b commit e7c5c9fCopy full SHA for e7c5c9f
1 file changed
README.md
@@ -38,7 +38,7 @@ You can do
38
```lua
39
local async = require "plenary.async"
40
```
41
-All other modules are automatically required and can bet accessed by indexing `async`.
+All other modules are automatically required and can be accessed by indexing `async`.
42
You needn't worry about performance as this will require all the submodules lazily.
43
44
#### A quick example
0 commit comments