Skip to content

Commit 1832bc8

Browse files
authored
dl.loader: fix minor typo in README.md (#23443)
1 parent 5cd2584 commit 1832bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/dl/loader/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`dl.loader` is an abstraction layer over `dl` that provides a more user-friendly API in the V way.
44
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.
5+
does not have a determined path and can be located in different places.
66

77
It also provides a way to load a library from a specific path, or from a list of paths, or from
88
a custom environment variable that contains a list of paths.

0 commit comments

Comments
 (0)