From f0ca685a1612e97da0e5401b6f8ec7643f5b3044 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Feb 2014 14:28:43 -0800 Subject: [PATCH] Add method reference --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2947bc992..dd0cc474d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,6 +67,7 @@ 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. * Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}` style notation.