summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYudai Takada <13041216+ydah@users.noreply.github.com>2022-05-21 06:45:46 +0900
committerGitHub <noreply@github.com>2022-05-20 14:45:46 -0700
commit3bceae0fad495312493f8c627da27b0b0701a54d (patch)
tree942d8eb9607137d9e0147b2ccfd7793aa1e6e3cc
parent65122d09d515c9183e643d5f7f31d24251b149ed (diff)
Fix typo in README (#5925)
"iteretor" -> "iterator"
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
-rw-r--r--sample/drb/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/drb/README.rdoc b/sample/drb/README.rdoc
index fcb4182410..e6b457bc5c 100644
--- a/sample/drb/README.rdoc
+++ b/sample/drb/README.rdoc
@@ -1,6 +1,6 @@
= Sample scripts
-* array and iteretor
+* array and iterator
* darray.rb --- server
* darrayc.rb --- client