From 3b084346ddfd4bb498c61d99be22c1d230b7b51c Mon Sep 17 00:00:00 2001 From: Anthony Calandra Date: Sun, 6 Nov 2016 18:25:36 -0800 Subject: [PATCH] Fix std::to_string link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467473d..fbb7701 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ C++11 includes the following new language features: C++11 includes the following new library features: - [std::move](#stdmove) - [std::forward](#stdforward) -- [std::to_string](#stdtostring) +- [std::to_string](#stdto_string) ## C++17 Language Features