diff options
Diffstat (limited to 'doc/intern.txt')
-rw-r--r-- | doc/intern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index 9d9eb66cc..c602e4933 100644 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -215,7 +215,7 @@ Backend issues - Init procs must not be "forgotten" to be called. - Files must not be "forgotten" to be linked. - Anything that is contained in ``nim__dat.c`` is shared between modules - implicitely. + implicitly. - Method dispatchers are global. - DLL loading via ``dlsym`` is global. - Emulated thread vars are global. |