mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
yjit.rb: Fix parameter name in documentation
This commit is contained in:
parent
d40c6cf7b6
commit
9a7e3aab48
1 changed files with 1 additions and 1 deletions
2
yjit.rb
2
yjit.rb
|
@ -33,7 +33,7 @@ module RubyVM::YJIT
|
|||
Primitive.rb_yjit_reset_stats_bang
|
||||
end
|
||||
|
||||
# Enable \YJIT compilation. `stats` option decides whether to enable \YJIT stats or not. `compilation_log` decides
|
||||
# Enable \YJIT compilation. `stats` option decides whether to enable \YJIT stats or not. `log` decides
|
||||
# whether to enable \YJIT compilation logging or not.
|
||||
#
|
||||
# * `stats`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue