Skip to content

Commit 4228ff2

Browse files
authored
book: type fix (#257)
1 parent a1c4184 commit 4228ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en-us/02-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ std::cout << "q: " << q << std::endl;
548548

549549
> To understand it you need to know the concept of parameter forwarding
550550
> in C++, which we will cover in detail in the
551-
> [Language Runtime Hardening](./03-runtime.md) chapter,
551+
> [Language Runtime Enhancements](./03-runtime.md) chapter,
552552
> and you can come back to the contents of this section later.
553553
554554
In simple terms, `decltype(auto)` is mainly used to derive

0 commit comments

Comments
 (0)