Inserts a missing backtick in C.49 (#1428)

Below heading "Example, better still" there was a missing backtick after gsl::string_span
pull/1443/head
Louis Cloete 7 years ago committed by Jonathan Wakely
parent dbc554cbc5
commit 29dedc49af

@ -5598,7 +5598,7 @@ An initialization explicitly states that initialization, rather than assignment,
##### Example, better still
Instead of those `const char*`s we could use `gsl::string_span or (in C++17) `std::string_view`
Instead of those `const char*`s we could use `gsl::string_span` or (in C++17) `std::string_view`
as [a more general way to present arguments to a function](#Rstr-view):
class D { // Good

Loading…
Cancel
Save