Update reference syntax in contributing docs

Esse commit está contido em:
Nathan Sobo
2014-02-20 16:32:26 -07:00
commit 136e7d3491
2 arquivos alterados com 7 adições e 4 exclusões
+3 -2
Ver Arquivo
@@ -66,8 +66,9 @@ in the proper package's repository.
* Use [TomDoc](http://tomdoc.org).
* Use [Markdown](https://daringfireball.net/projects/markdown).
* Reference classes with `{ClassName}` style notation.
* Reference methods with `{ClassName.methodName}` style notation.
* Reference classes with `{ClassName}`.
* Reference instance methods with `{ClassName::methodName}`.
* Reference class methods with `{ClassName.methodName}`.
* Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}`
style notation.