diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-06-19 10:32:29 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-06-19 10:32:29 -0500 |
commit | acc8d3746686a1797a9986b0aef78a7053cdd7dc (patch) | |
tree | 8b64e662fa6b1083739408ded59aa42b73b895d9 | |
parent | ef9dd0d4c5d8c1a547b557573bc782b92ea5abbf (diff) | |
download | Nim-acc8d3746686a1797a9986b0aef78a7053cdd7dc.tar.gz |
closed the discard in the guide
-rw-r--r-- | contributing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.rst b/contributing.rst index 745db2377..8e669c614 100644 --- a/contributing.rst +++ b/contributing.rst @@ -73,6 +73,7 @@ An example for a test: discard """ errormsg: "type mismatch: got (PTest)" + """ type PTest = ref object |