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

Below heading "Example, better still" there was a missing backtick after gsl::string_span
This commit is contained in:
Louis Cloete 2019-05-20 09:14:08 +02:00 committed by Jonathan Wakely
parent dbc554cbc5
commit 29dedc49af

View File

@ -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