From a70d903fde96adbe4c30ea39fc14c610bb188ad4 Mon Sep 17 00:00:00 2001 From: beinhaerter <34543625+beinhaerter@users.noreply.github.com> Date: Mon, 1 Jul 2019 15:55:50 +0200 Subject: [PATCH] C.102: format note as text, not as code (#1459) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 58cab93..a127043 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -6658,7 +6658,7 @@ resource management problems. return sv; } - A user can reasonably assume that returning a standard-like container is cheap. +A user can reasonably assume that returning a standard-like container is cheap. ##### Enforcement