From 65f67a3509ef7b223f4f149345344cf3e67cac4e Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Thu, 11 Jan 2018 13:22:32 +0300 Subject: [PATCH] Fix incorrect link to the Objective-C++ section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1afd50c..365b1a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ - [C Language Features](#c-language-features) - [Cocoa and Objective-C Features](#cocoa-and-objective-c-features) - [Cocoa Patterns](#cocoa-patterns) - - [Objective-C++](#objective-c++) + - [Objective-C++](#objective-c) ## Code of Conduct This project and everyone participating in it is governed by the [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.