8000 Fix typo · yssource/cppbestpractices@f22cfe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f22cfe1

Browse files
author
Tristan Carel
authored
Fix typo
1 parent bc1ed42 commit f22cfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-Considering_Performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,5 @@ Properly use the already highly optimized components of the vendor provided stan
340340
341341
#### `in_place_t` And Related
342342
343-
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`.
343+
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`.
344344

0 commit comments

Comments
 (0)
0