[DOC] Fix a typo

This commit is contained in:
Nobuyoshi Nakada 2025-08-12 20:02:14 +09:00
parent 8f6f9e88c7
commit 58dbfe5285
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -272,7 +272,7 @@ returns:
- `[:rb, _path_]`, where +path+ is the path to the Ruby file
to be loaded for the given +feature+.
- `[:so+ _path_]`, where +path+ is the path to the shared object file
- `[:so, _path_]`, where +path+ is the path to the shared object file
to be loaded for the given +feature+.
- +nil+ if there is no such +feature+ and +path+.