diff options
author | Alan Wu <[email protected]> | 2023-12-21 20:34:49 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2023-12-21 20:34:49 -0500 |
commit | 0c05551f5812f29c24a30cfbcaa60beab22569d0 (patch) | |
tree | 75eccd5cc468df9585cbfff44c36144d11c05f72 /include/ruby/random.h | |
parent | 009968a700209336eb592ccb83bddcf7b2c17984 (diff) |
Typo fixes for public headers [ci skip]
Diffstat (limited to 'include/ruby/random.h')
-rw-r--r-- | include/ruby/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/random.h b/include/ruby/random.h index 39bdb6f3e3..f3df0d96fb 100644 --- a/include/ruby/random.h +++ b/include/ruby/random.h @@ -11,7 +11,7 @@ * * This is a set of APIs to roll your own subclass of ::rb_cRandom. An * illustrative example of such PRNG can be found at - * `ext/-test-/ramdom/loop.c`. + * `ext/-test-/random/loop.c`. */ #include "ruby/ruby.h" |