10000 Fix typo · dev-89/cppbestpractices@31549d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31549d8

Browse files
authored
Fix typo
1 parent c58f76d commit 31549d8

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
@@ -59,7 +59,7 @@ After you build using Templight, you will need to analyze the results. The [temp
5959

6060
#### Don't Unnecessarily Include Headers
6161

62-
The compiler has to do something with each include directive it sees. Even if it stops as soon as it seems the `#ifndef` include guard, it still had to open the file and begin processing it.
62+
The compiler has to do something with each include directive it sees. Even if it stops as soon as it sees the `#ifndef` include guard, it still had to open the file and begin processing it.
6363

6464
[include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) is a tool that can help you identify which headers you need.
6565

0 commit comments

Comments
 (0)
0