diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-12 09:07:47 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-12 09:07:47 +0000 |
commit | d675b9de6c8b1bc991eafb8d7e1372d8f4c040e4 (patch) | |
tree | 4759ed3eb73d7fbacf494b34c4ac1ea197cee641 /sample/trick2015/ksk_1 | |
parent | fbacf5faade7207dd4d2a25235bf0af5f04a7ce7 (diff) |
Fixed typos.
* sample/trick2013/kinaba/remarks.markdown: algorthim -> algorithm
* sample/trick2015/ksk_1/remarks.markdown: Limination -> Limitation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/trick2015/ksk_1')
-rw-r--r-- | sample/trick2015/ksk_1/remarks.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/trick2015/ksk_1/remarks.markdown b/sample/trick2015/ksk_1/remarks.markdown index b822dc55c8..a0b8bbcdcc 100644 --- a/sample/trick2015/ksk_1/remarks.markdown +++ b/sample/trick2015/ksk_1/remarks.markdown @@ -110,7 +110,7 @@ is simply `/=/` and removing a padding `",,,,,"`. The program no longer terminates, though. -### Limination +### Limitation The implementation requires to manipulate long strings even for some small starting numbers. For example, starting from 1,819, the number |