From e708b8856d26ed02912ebc5149b6c0400fe0924e Mon Sep 17 00:00:00 2001 From: Pim Schellart Date: Tue, 9 Aug 2016 08:24:32 -0400 Subject: [PATCH] Fix link --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 43a5f7a..373dd20 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3596,7 +3596,7 @@ The "helper functions" have no need for direct access to the representation of a ##### Note -This rule becomes even better if C++ gets ["]uniform function call](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0251r0.pdf). +This rule becomes even better if C++ gets ["uniform function call"](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0251r0.pdf). ##### Enforcement