summaryrefslogtreecommitdiff
path: root/include/ruby/random.h
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2023-12-21 20:34:49 -0500
committerAlan Wu <[email protected]>2023-12-21 20:34:49 -0500
commit0c05551f5812f29c24a30cfbcaa60beab22569d0 (patch)
tree75eccd5cc468df9585cbfff44c36144d11c05f72 /include/ruby/random.h
parent009968a700209336eb592ccb83bddcf7b2c17984 (diff)
Typo fixes for public headers [ci skip]
Diffstat (limited to 'include/ruby/random.h')
-rw-r--r--include/ruby/random.h2
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"