Skip to content

Commit 0f54a52

Browse files
committed
nit
1 parent edc5e7f commit 0f54a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4706.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main()
2626
}
2727
```
2828

29-
Suppress the warning with `((expression))`. For example:
29+
Suppress the warning with `((`*expression*`))`. For example:
3030

3131
```cpp
3232
// compile with: /W4

0 commit comments

Comments
 (0)