From 87a6eb66f4b058c8a35c96edbce0e28644880b9f Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Thu, 13 Aug 2015 12:05:15 -0700 Subject: Fix a section number in table of contents. The "Primitive Types" link pointed to 2.9 rather than 2.9.1. --- Documentation/coding-guidelines/clr-code-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/coding-guidelines') 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) -- cgit v1.2.3