From e00b3da30be4db0b53da5b2217f1d773c18264c4 Mon Sep 17 00:00:00 2001 From: Seth Shelnutt Date: Mon, 11 Oct 2021 12:14:22 -0400 Subject: [PATCH] Merge pull request #2 from TileDB-Inc/ss/cpp-typo-fixes Typo in cpp README for C++ Core Guidelines --- doc/dev/style/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/style/README.md b/doc/dev/style/README.md index b46421c91de..bced51aba42 100644 --- a/doc/dev/style/README.md +++ b/doc/dev/style/README.md @@ -1,7 +1,7 @@ # C++ Style Guide -When in double and not in conflict with this document, follow [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) +When in doubt and not in conflict with this document, follow [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) ## C++ Standards