Skip to content

Commit 8d0fa45

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent c0b8d72 commit 8d0fa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/lnt-make-member-function-const.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When a member function doesn’t modify the object's state, annotate it with the
1212

1313
## Example
1414

15-
The following code is flagged twice by the linter because `getValue()` and `getRadius()` don't modify the object's state:
15+
The linter flags the following code twice because `getValue()` and `getRadius()` don't modify the object's state:
1616

1717
```cpp
1818
class MyClass

0 commit comments

Comments
 (0)