From fb112c72816d782fc81d18d56160c39cd58694a6 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Fri, 9 Dec 2022 15:13:22 -0500 Subject: [PATCH] make CI happy --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 36e0099c7..4d8297cb2 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -21169,7 +21169,7 @@ Eventually, use [the one voted into C++17](http://www.open-std.org/jtc1/sc22/wg2 Some of the GSL types listed below might not be supported in the library you use due to technical reasons such as limitations in the current versions of C++. Therefore, please consult your GSL documentation to find out more. -For each GSL type below we state an invariant for that type. That invariant holds as long as user code only changes the state of a GSL object using the type’s provided member/free functions (i.e., user code does not bypass the type’s interface to change the object’s value/bits by violating any other Guidelines rule). +For each GSL type below we state an invariant for that type. That invariant holds as long as user code only changes the state of a GSL object using the type's provided member/free functions (i.e., user code does not bypass the type's interface to change the object's value/bits by violating any other Guidelines rule). Summary of GSL components: