summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorghais <ghais.issa@gmail.com>2023-01-21 05:07:40 -0500
committerGitHub <noreply@github.com>2023-01-21 18:07:40 +0800
commitf5ec4fbde3d8fb5250e2944d397448219e9053bc (patch)
tree468816be5acc8965cbb9437044fe9c5b68284674
parentb82b5d44afbd860075f806f71a62d595f2376d6e (diff)
downloadNim-f5ec4fbde3d8fb5250e2944d397448219e9053bc.tar.gz
Update the reference to parseSpec (#21289)
The current reference pointed to the wrong location
-rw-r--r--tests/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readme.md b/tests/readme.md
index fe59a7757..f638ddc10 100644
--- a/tests/readme.md
+++ b/tests/readme.md
@@ -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