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

ruby-changes:65952

From: wonda-tea-coffee <ko1@a...>
Date: Sun, 25 Apr 2021 16:46:09 +0900 (JST)
Subject: [ruby-changes:65952] ad108e63e3 (master): [Doc] Fix a typo s/oher/other/

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

From ad108e63e35d571de5cdd195b4bb9b36dd4ad013 Mon Sep 17 00:00:00 2001
From: wonda-tea-coffee <rikita.ishikawa@c...>
Date: Sun, 25 Apr 2021 13:48:50 +0900
Subject: [Doc] Fix a typo s/oher/other/

---
 ccan/list/list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ccan/list/list.h b/ccan/list/list.h
index 7d21930..c434ad8 100644
--- a/ccan/list/list.h
+++ b/ccan/list/list.h
@@ -658,7 +658,7 @@ static inline void list_prepend_list_(struct list_head *to, https://github.com/ruby/ruby/blob/trunk/ccan/list/list.h#L658
  * @off: offset(relative to @i) at which list node data resides.
  *
  * This is a low-level wrapper to iterate @i over the entire list, used to
- * implement all oher, more high-level, for-each constructs. It's a for loop,
+ * implement all other, more high-level, for-each constructs. It's a for loop,
  * so you can break and continue as normal.
  *
  * WARNING! Being the low-level macro that it is, this wrapper doesn't know
-- 
cgit v1.1


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

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