From c9f10667562f0526063c23d0fb00728d485152b5 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Fri, 15 Feb 2019 06:45:50 -0800 Subject: [PATCH] Fix grammar (#1327) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 84cbbe7..7be62fe 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3327,7 +3327,7 @@ When I call `length(s)` should I check if `s` is `nullptr` first? Should the imp ##### Note -`zstring` do not represent ownership. +`zstring` does not represent ownership. **See also**: [Support library](#S-gsl)