ruby-changes:55182
From: kazu <ko1@a...>
Date: Sun, 31 Mar 2019 23:46:31 +0900 (JST)
Subject: [ruby-changes:55182] kazu:r67389 (trunk): Fix a typo [ci skip]
kazu 2019-03-31 23:46:25 +0900 (Sun, 31 Mar 2019) New Revision: 67389 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67389 Log: Fix a typo [ci skip] Modified files: trunk/array.c Index: array.c =================================================================== --- array.c (revision 67388) +++ array.c (revision 67389) @@ -1114,7 +1114,7 @@ ary_take_first_or_last(int argc, const V https://github.com/ruby/ruby/blob/trunk/array.c#L1114 long offset = 0; argc = rb_check_arity(argc, 0, 1); - /* the case optional argument is ommited should be handled in + /* the case optional argument is omitted should be handled in * callers of this function. if another arity case is added, * this arity check needs to rewrite. */ RUBY_ASSERT_WHEN(TRUE, argc == 1); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/