From 0974463daf0982626cb2b8c8bb6f494f3e6c9e52 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Mon, 10 Jun 2024 15:15:02 +0300 Subject: Fix typos in the docs (#4322) --- docs/design/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/design/coding-conventions.md') diff --git a/docs/design/coding-conventions.md b/docs/design/coding-conventions.md index f730a25d5..95d2a42ae 100644 --- a/docs/design/coding-conventions.md +++ b/docs/design/coding-conventions.md @@ -31,7 +31,7 @@ As a general rule, be skeptical of "modern C++" ideas unless they are clearly be We are not quite in the realm of "Orthodox C++", but some of the same guidelines apply: * Don't use exceptions for non-fatal errors (and even then support a build flag to opt out of exceptions) -* Don't the built-in C++ RTTI system (home-grown is okay) +* Don't use the built-in C++ RTTI system (home-grown is okay) * Don't use the C++ variants of C headers (e.g., `` instead of ``) * Don't use the STL containers * Don't use iostreams -- cgit v1.2.3