diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 20:02:14 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 23:43:44 +0900 |
| commit | 58dbfe5285f3b85c6181875220191289087d5603 (patch) | |
| tree | c47e19f3c6ed650424b108f3c6812ee0e53f6d94 | |
| parent | 8f6f9e88c70bbae08b2830d2bec63c89d6367b27 (diff) | |
[DOC] Fix a typo
| -rw-r--r-- | doc/globals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/globals.md b/doc/globals.md index db23831a10..b0bc02b8a6 100644 --- a/doc/globals.md +++ b/doc/globals.md @@ -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+. |
