From 53579e5718b82dd655cd7bb129c86b83ecdb625d Mon Sep 17 00:00:00 2001 From: a5-stable Date: Wed, 5 Mar 2025 22:46:57 +0900 Subject: [PATCH] yjit.rb: Fix parameter name in documentation --- yjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yjit.rb b/yjit.rb index c027d9c834..045fea2656 100644 --- a/yjit.rb +++ b/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. Optional `mem_size` and `call_threshold` can be # provided to override default configuration. #