fix: typo from last commit (#542)

Please blame conni for that one
This commit is contained in:
bi0ha2ard
2021-02-23 21:01:08 +01:00
committed by GitHub
parent da7bdd9ee7
commit 0a32b47f20

View File

@@ -510,7 +510,7 @@ Telescope provides the capabilties to create & register extensions, which improv
Some extensions provide integration with external tools, outside of the scope of `builtins`. Others provide performance Some extensions provide integration with external tools, outside of the scope of `builtins`. Others provide performance
enhancements by using compiled C and interfacing directly with Lua. enhancements by using compiled C and interfacing directly with Lua.
### Loading nextensions ### Loading extensions
To load an extension, use the `load_extension` function as shown in the example below: To load an extension, use the `load_extension` function as shown in the example below:
```lua ```lua