Merge pull request #97 from tristan0x/patch-1

Fix typo
This commit is contained in:
Jason Turner
2018-12-18 19:49:51 -07:00
committed by GitHub

View File

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