From b1956b20a2f218a5ea4dcd8a14227e027deb93bd Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Tue, 20 Jul 2021 08:53:06 -0700 Subject: [PATCH] cppguide: remove space before comma --- cppguide.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cppguide.html b/cppguide.html index c529395..e8e308c 100644 --- a/cppguide.html +++ b/cppguide.html @@ -4662,8 +4662,7 @@ one of the following remedies:

values self-describing.
  • For functions that have several configuration options, consider - defining a single class or struct to hold all the options - , + defining a single class or struct to hold all the options, and pass an instance of that. This approach has several advantages. Options are referenced by name at the call site, which clarifies their meaning. It also reduces @@ -5894,4 +5893,4 @@ more interesting. Have fun!


    - \ No newline at end of file +