summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorYuta Yamada <cokesboy@gmail.com>2016-09-14 17:40:47 -0700
committerYuta Yamada <cokesboy@gmail.com>2016-09-14 17:40:47 -0700
commit0cdb65045713b40552e8e24de6cfd16822e4e970 (patch)
tree491fe0bb418c361aa9db9292f74a7020b20c8d1e
parent9784e364246d23d4ac8a0fe1466f877594d4a1d0 (diff)
downloadNim-0cdb65045713b40552e8e24de6cfd16822e4e970.tar.gz
Typo?
-rw-r--r--doc/manual/pragmas.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/pragmas.txt b/doc/manual/pragmas.txt
index 70fc4a914..a19f41a34 100644
--- a/doc/manual/pragmas.txt
+++ b/doc/manual/pragmas.txt
@@ -161,7 +161,7 @@ requires full qualification.
 
 asmNoStackFrame pragma
 ----------------------
-A proc can be marked with the ``AsmNoStackFrame`` pragma to tell the compiler
+A proc can be marked with the ``asmNoStackFrame`` pragma to tell the compiler
 it should not generate a stack frame for the proc. There are also no exit
 statements like ``return result;`` generated and the generated C function is
 declared as ``__declspec(naked)`` or ``__attribute__((naked))`` (depending on