From 48d57dc6a2224ce3b9bd18ee10499ab6c19e840c Mon Sep 17 00:00:00 2001 From: 1024 <135350620+dejan1024@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:23:57 +0100 Subject: [PATCH] added missing title to GSL.owner link (#2156) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 290cc16..1c8ebde 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -21275,7 +21275,7 @@ For each GSL type below we state an invariant for that type. That invariant hold Summary of GSL components: * [GSL.view: Views](#SS-views) -* [GSL.owner](#SS-ownership) +* [GSL.owner: Ownership pointers](#SS-ownership) * [GSL.assert: Assertions](#SS-assertions) * [GSL.util: Utilities](#SS-utilities) * [GSL.concept: Concepts](#SS-gsl-concepts)