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`.