From 5d1c50421120ea1e9fab310a1d20ec051bca770c Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:48:36 +0200 Subject: [PATCH] Added missing periods for consistency and correctness Added missing periods in various parts of the text to ensure consistency and correctness in writing style. This revision maintains uniform formatting throughout the document, improves readability, and aligns the punctuation with the rest of the content for a more polished and structured appearance. --- CppCoreGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 2819f9e43..11aeca4e7 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -21,9 +21,9 @@ The list of contributors is [here](#SS-ack). Problems: * The sets of rules have not been completely checked for completeness, consistency, or enforceability. -* Triple question marks (???) mark known missing information +* Triple question marks (???) mark known missing information. * Update reference sections; many pre-C++11 sources are too old. -* For a more-or-less up-to-date to-do list see: [To-do: Unclassified proto-rules](#S-unclassified) +* For a more-or-less up-to-date to-do list see: [To-do: Unclassified proto-rules](#S-unclassified). You can [read an explanation of the scope and structure of this Guide](#S-abstract) or just jump straight in: