Skip to content

Commit 8ddcba9

Browse files
Updated C6270
Removed extra characters
1 parent f4fb44c commit 8ddcba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6270.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 34467f6e-98cf-489c-ae5e-c08a744d86c3
99
---
1010
# Warning C6270
1111

12-
> Missing float argument to '\**function-name*': add a float argument corresponding to conversion specifier '\**number*'
12+
> Missing float argument to '*function-name*': add a float argument corresponding to conversion specifier '*number*'
1313
1414
This warning indicates that not enough arguments are being provided to match a format string; at least one of the missing arguments is a floating-point number.
1515

0 commit comments

Comments
 (0)