diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-10-12 23:41:47 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-13 08:41:47 +0200 |
commit | d5fe8e1e0c7f313d00f798cfca5c8fb44ca8e9dd (patch) | |
tree | bb448ce0a1add938663970a6965774a56042667e /doc | |
parent | 1475697fbf0b7604d805e5c11467695c0c82512c (diff) | |
download | Nim-d5fe8e1e0c7f313d00f798cfca5c8fb44ca8e9dd.tar.gz |
doc: tests/testament/specs.nim => testament/specs.nim (#9338)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index c9dbc0d3f..5cb79d313 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -73,7 +73,7 @@ Possible keys are: - file: The file the errormsg was produced at - line: The line the errormsg was produced at -For a full spec, see here: ``tests/testament/specs.nim`` +For a full spec, see here: ``testament/specs.nim`` An example for a test: |