8000 Merge pull request #87 from edykim/patch-1 · ankuPRK/cppbestpractices@163eb07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 163eb07

Browse files
authored
Merge pull request cpp-best-practices#87 from edykim/patch-1
Fix typo
2 parents e1aba52 + 86b4e0a commit 163eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
108108
* `-Wpedantic` warn if non-standard C++ is used
109109
* `-Wconversion` warn on type conversions that may lose data
110110
* `-Wsign-conversion` warn on sign conversions
111-
* `-Wmisleading-indentation` warn if identation implies blocks where blocks do not exist
111+
* `-Wmisleading-indentation` warn if indentation implies blocks where blocks do not exist
112112
* `-Wduplicated-cond` warn if `if` / `else` chain has duplicated conditions
113113
* `-Wduplicated-branches` warn if `if` / `else` branches have duplicated code
114114
* `-Wlogical-op` warn about logical operations being used where bitwise were probably wanted

0 commit comments

Comments
 (0)
0