Merge pull request #3860 from yuutayamada/fix-document

Fix few documentation a typo and old link
This commit is contained in:
reactormonk
2016-02-12 08:31:01 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ Produces roughly this C code:
} MySeq;
The bounds checking done at compile time is not disabled for now, so to access
``s.data[C]`` (where ``C`` is a constant) the array's index needs needs to
``s.data[C]`` (where ``C`` is a constant) the array's index needs to
include ``C``.
The base type of the unchecked array may not contain any GC'ed memory but this

View File

@@ -126,7 +126,7 @@ General FAQ
--------------------------
- Nim IDE: https://github.com/nim-lang/Aporia
- Emacs: https://github.com/reactormonk/nim-mode
- Emacs: https://github.com/nim-lang/nim-mode
- Vim: https://github.com/zah/nimrod.vim/
- Scite: Included
- Gedit: The `Aporia .lang file <https://github.com/nim-lang/Aporia/blob/master/share/gtksourceview-2.0/language-specs/nim.lang>`_