diff options
author | Yudai Takada <[email protected]> | 2022-05-21 06:45:46 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-20 14:45:46 -0700 |
commit | 3bceae0fad495312493f8c627da27b0b0701a54d (patch) | |
tree | 942d8eb9607137d9e0147b2ccfd7793aa1e6e3cc /sample/drb/README.rdoc | |
parent | 65122d09d515c9183e643d5f7f31d24251b149ed (diff) |
Fix typo in README (#5925)
"iteretor" -> "iterator"
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'sample/drb/README.rdoc')
-rw-r--r-- | sample/drb/README.rdoc | 2 |
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 |