dl.loader: fix minor typo in README.md (#23443)

This commit is contained in:
Kim Shrier 2025-01-12 03:24:31 -07:00 committed by GitHub
parent 5cd258421f
commit 1832bc8e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.