[前][次][番号順一覧][スレッド一覧]

ruby-changes:67741

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:01:20 +0900 (JST)
Subject: [ruby-changes:67741] 618fa0a67b (master): include/ruby/internal/anyargs.h: fix typo

https://git.ruby-lang.org/ruby.git/commit/?id=618fa0a67b

From 618fa0a67bdfd67bbbc524ad1830c4eae3a4c9d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Mon, 26 Apr 2021 13:57:36 +0900
Subject: include/ruby/internal/anyargs.h: fix typo

Just applied spell checker. [ci skip]
---
 include/ruby/internal/anyargs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ruby/internal/anyargs.h b/include/ruby/internal/anyargs.h
index cd90d46..2211f0e 100644
--- a/include/ruby/internal/anyargs.h
+++ b/include/ruby/internal/anyargs.h
@@ -338,7 +338,7 @@ RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/anyargs.h#L338
 
 /**
  * @brief  Defines ::rb_mKerbel \#mid.
- * @see    ::rb_define_gobal_function
+ * @see    ::rb_define_global_function
  * @param  mid    Name of the defining method.
  * @param  func   Implementation of ::rb_mKernel \#mid.
  * @param  arity  Arity of ::rb_mKernel \#mid.
@@ -349,7 +349,7 @@ RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/anyargs.h#L349
 
 /**
  * This  macro is  to properly  cast  a function  parameter of  *_define_method
- * family.  It  has been  around since  1.x era so  you can  maximize backwards
+ * family.  It  has been  around since  1.x era so  you can  maximise backwards
  * compatibility by using it.
  *
  * ```CXX
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]