mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
dl.loader: fix minor typo in README.md (#23443)
This commit is contained in:
parent
5cd258421f
commit
1832bc8e04
@ -2,7 +2,7 @@
|
||||
|
||||
`dl.loader` is an abstraction layer over `dl` that provides a more user-friendly API in the V way.
|
||||
It can be used to Dynamically Load a library during runtime in scenarios where the library to load
|
||||
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.
|
||||
|
||||
It also provides a way to load a library from a specific path, or from a list of paths, or from
|
||||
a custom environment variable that contains a list of paths.
|
||||
|
Loading…
x
Reference in New Issue
Block a user