Skip to content

Commit

Permalink
Fix bad code example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics authored and nobu committed Dec 9, 2022
1 parent e714907 commit 6ea3edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_eval.c
Expand Up @@ -1473,7 +1473,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
* loop do
* print "Input: "
* line = gets
* break if !line or line =~ /^qQ/
* break if !line or line =~ /^q/i
* # ...
* end
*
Expand Down

0 comments on commit 6ea3edb

Please sign in to comment.