summaryrefslogtreecommitdiff
path: root/Documentation/coding-guidelines
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2015-08-13 12:05:15 -0700
committerAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2015-08-13 12:05:15 -0700
commit87a6eb66f4b058c8a35c96edbce0e28644880b9f (patch)
tree2075b2dc63094896843d828cc12328a39ef9556e /Documentation/coding-guidelines
parent4f0eea39b8a7d336489bcbe6dd552c7ca729f229 (diff)
downloadcoreclr-87a6eb66f4b058c8a35c96edbce0e28644880b9f.tar.gz
coreclr-87a6eb66f4b058c8a35c96edbce0e28644880b9f.tar.bz2
coreclr-87a6eb66f4b058c8a35c96edbce0e28644880b9f.zip
Fix a section number in table of contents.
The "Primitive Types" link pointed to 2.9 rather than 2.9.1.
Diffstat (limited to 'Documentation/coding-guidelines')
-rw-r--r--Documentation/coding-guidelines/clr-code-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding-guidelines/clr-code-guide.md b/Documentation/coding-guidelines/clr-code-guide.md
index 0925db5bc6..f7a5fd5f3c 100644
--- a/Documentation/coding-guidelines/clr-code-guide.md
+++ b/Documentation/coding-guidelines/clr-code-guide.md
@@ -66,7 +66,7 @@ Written in 2006, by:
* [2.7 Are you making hidden assumptions about the order of memory writes?](#2.7)
* [2.8 Is your code compatible with managed debugging?](#2.8)
* [2.9 Does your code work on 64-bit?](#2.9)
- * [2.9 Primitive Types](#2.9)
+ * [2.9.1 Primitive Types](#2.9.1)
* [2.10 Does your function declare a CONTRACT?](#2.10)
* [2.10.1 What can be said in a contract?](#2.10.1)
* [2.10.1.1 THROWS/NOTHROW](#2.10.1.1)