From 4228ff2afb2b7fd829c460e2d67e084e191ec23d Mon Sep 17 00:00:00 2001 From: David Date: Fri, 30 Dec 2022 17:29:50 +0800 Subject: [PATCH] book: type fix (#257) --- book/en-us/02-usability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en-us/02-usability.md b/book/en-us/02-usability.md index 10c13ff..3528c68 100644 --- a/book/en-us/02-usability.md +++ b/book/en-us/02-usability.md @@ -548,7 +548,7 @@ std::cout << "q: " << q << std::endl; > To understand it you need to know the concept of parameter forwarding > in C++, which we will cover in detail in the -> [Language Runtime Hardening](./03-runtime.md) chapter, +> [Language Runtime Enhancements](./03-runtime.md) chapter, > and you can come back to the contents of this section later. In simple terms, `decltype(auto)` is mainly used to derive