Skip to content

Commit 7f9cfe5

Browse files
committed
Fix.
1 parent c4f264e commit 7f9cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
"c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description": {
414414
"message": "Spaces around binary operators.",
415415
"comment": [
416-
"The term \"binary operator\" refers to an operator that takes two operands and not an operator that accepts a binary number."
416+
"The term \"binary operators\" refers to operators that takes two operands and not operators on binary numbers."
417417
]
418418
},
419419
"c_cpp.configuration.vcFormat.space.aroundAssignmentOperator.description": "Spaces around assignment operators.",

0 commit comments

Comments
 (0)