Update the reference to parseSpec (#21289)

The current reference pointed to the wrong location
This commit is contained in:
ghais
2023-01-21 05:07:40 -05:00
committed by GitHub
parent b82b5d44af
commit f5ec4fbde3

View File

@@ -9,7 +9,7 @@ top-level tests like `tests/tbar.nim`.
Each test can contain a spec in a ``discard """ ... """`` block.
**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L158) in the ``specs`` module for a full and reliable reference**
**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L315) in the ``specs`` module for a full and reliable reference**
## action