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 5cd2584 commit 1832bc8Copy full SHA for 1832bc8
1 file changed
vlib/dl/loader/README.md
@@ -2,7 +2,7 @@
2
3
`dl.loader` is an abstraction layer over `dl` that provides a more user-friendly API in the V way.
4
It can be used to Dynamically Load a library during runtime in scenarios where the library to load
5
-does not have a determined path an can be located in different places.
+does not have a determined path and can be located in different places.
6
7
It also provides a way to load a library from a specific path, or from a list of paths, or from
8
a custom environment variable that contains a list of paths.
0 commit comments