mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Merge pull request #3860 from yuutayamada/fix-document
Fix few documentation a typo and old link
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>`_
|
||||
|
||||
Reference in New Issue
Block a user