diff --git a/cppguide.html b/cppguide.html
index e8e308c04..c52939535 100644
--- a/cppguide.html
+++ b/cppguide.html
@@ -4662,7 +4662,8 @@
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
@@ -5893,4 +5894,4 @@ Parting Words