mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix missing type name
This commit is contained in:
parent
ef1c1ddf68
commit
558137d5f3
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ typedef const rb_data_type_t rb_random_data_type_t;
|
||||||
* 0, RB_RANDOM_INTERFACE_DEFINE(your),
|
* 0, RB_RANDOM_INTERFACE_DEFINE(your),
|
||||||
* };
|
* };
|
||||||
*
|
*
|
||||||
* static inline constexpr your_prng = {
|
* static inline constexpr rb_random_data_type_t your_prng_type = {
|
||||||
* "your PRNG",
|
* "your PRNG",
|
||||||
* { rb_random_mark, },
|
* { rb_random_mark, },
|
||||||
* RB_RANDOM_PARENT, // <<-- HERE
|
* RB_RANDOM_PARENT, // <<-- HERE
|
||||||
|
|
Loading…
Reference in a new issue