diff options
author | Erik Michaels-Ober <sferik@gmail.com> | 2015-08-04 13:15:30 +0200 |
---|---|---|
committer | Erik Michaels-Ober <sferik@gmail.com> | 2015-08-04 13:15:32 +0200 |
commit | c03502943153a164ff8ccbe58c45117cb4eecd5b (patch) | |
tree | d1a959d601bcc511bbd3ee7bdcd02f2613385d51 | |
parent | f8f967720598ad75ec0e0db68a983cbcdd39145d (diff) | |
download | Nim-c03502943153a164ff8ccbe58c45117cb4eecd5b.tar.gz |
Fix documentation style reference
The documentation style guide was renamed from styleguide to docstyle in a98f609ae215d1fcf9922329b5d87bd1b9242800 but this reference was not updated in that comment.
-rw-r--r-- | contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.rst b/contributing.rst index 3b495f01f..e6d34dcb0 100644 --- a/contributing.rst +++ b/contributing.rst @@ -217,4 +217,4 @@ General commit rules 3. Describe your commit and use your common sense. -.. include:: styleguide.rst +.. include:: docstyle.rst |