Fix typo in Nim Tutorial pt3 (#19579)

This commit is contained in:
huantian
2022-03-02 05:53:59 +00:00
committed by GitHub
parent d6d36093b1
commit 590d397852

View File

@@ -244,7 +244,7 @@ Building Your First Macro
-------------------------
To give a starting point to writing macros we will show now how to
implement the `myDebug` macro mentioned earlier. The first thing to
implement the `myAssert` macro mentioned earlier. The first thing to
do is to build a simple example of the macro usage, and then just
print the argument. This way it is possible to get an idea of what a
correct argument should look like.