From f22cfe10daf9cf968fd7c1edd491002e557d9300 Mon Sep 17 00:00:00 2001 From: Tristan Carel Date: Tue, 18 Dec 2018 08:36:03 +0100 Subject: [PATCH] Fix typo --- 08-Considering_Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-Considering_Performance.md b/08-Considering_Performance.md index c1ecd95..6db41c3 100644 --- a/08-Considering_Performance.md +++ b/08-Considering_Performance.md @@ -340,5 +340,5 @@ Properly use the already highly optimized components of the vendor provided stan #### `in_place_t` And Related -Be aware of how to use `in_place_t` and related tags for effecient creation of objects such as `std::tuple`, `std::any` and `std::variant`. +Be aware of how to use `in_place_t` and related tags for efficient creation of objects such as `std::tuple`, `std::any` and `std::variant`.