Skip to content

Commit 53579e5

Browse files
a5-stableXrXr
authored andcommitted
yjit.rb: Fix parameter name in documentation
1 parent 36ee0c1 commit 53579e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yjit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def self.reset_stats!
3333
Primitive.rb_yjit_reset_stats_bang
3434
end
3535

36-
# Enable \YJIT compilation. `stats` option decides whether to enable \YJIT stats or not. `compilation_log` decides
36+
# Enable \YJIT compilation. `stats` option decides whether to enable \YJIT stats or not. `log` decides
3737
# whether to enable \YJIT compilation logging or not. Optional `mem_size` and `call_threshold` can be
3838
# provided to override default configuration.
3939
#

0 commit comments

Comments
 (0)