diff options
-rw-r--r-- | doc/intern.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.rst b/doc/intern.rst index ea9e1a07c..3f8a2ce56 100644 --- a/doc/intern.rst +++ b/doc/intern.rst @@ -160,7 +160,7 @@ are also lots of procs that aid in debugging: # why does it process temp.nim here? writeStackTrace() -These procs may not be imported by module, you can import them for debuging: +These procs may not be imported by a module. You can import them directly for debugging: .. code-block:: nim from astalgo import debug |