diff options
author | Araq <rumpf_a@web.de> | 2014-12-10 19:06:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-10 19:06:20 +0100 |
commit | 89703f2196a68eaf1719a07c7303528b829c5140 (patch) | |
tree | b477de5f562ca6d80078585da4d6036c5333e74e | |
parent | 0cb3d31617f2480ca4d38cbf0a340dbb151796f1 (diff) | |
download | Nim-89703f2196a68eaf1719a07c7303528b829c5140.tar.gz |
fixed typos
-rw-r--r-- | web/learn.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/learn.txt b/web/learn.txt index 1b0984cda..f0e5e57fa 100644 --- a/web/learn.txt +++ b/web/learn.txt @@ -1,5 +1,5 @@ -Nim's Learning Resources -======================== +Learning Nim +============ .. container:: standout @@ -22,7 +22,7 @@ Nim's Learning Resources | Nim by Example is an excellent starting place for beginners. - | `Nim on Rosetta Code <http://rosettacode.org/wiki/Category:Nimrod>`_ - | Many different Nim code examples comparible to other langues for reference. + | Many different Nim code examples comparable to other languages for reference. - | `Nim for C/C++ Programmers <https://github.com/Araq/Nimrod/wiki/Nimrod-for-C-programmers>`_ | A useful cheat-sheet for those most familiar with C/C++ languages. @@ -40,5 +40,5 @@ Nim's Learning Resources Documentation ------------- -More examples of Nim code can be found in the `Nim Language Documenation <manual.html>`_. +More examples of Nim code can be found in the `Nim Language Documentation <manual.html>`_. |