8000 Merge pull request #97 from tristan0x/patch-1 · dev-89/cppbestpractices@c644a3b · GitHub
[go: up one dir, main page]

Skip to content

Commit c644a3b

Browse files
authored
Merge pull request cpp-best-practices#97 from tristan0x/patch-1
Fix typo
2 parents bc1ed42 + f22cfe1 commit c644a3b

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