Skip to content

Commit bf5f9bd

Browse files
elfringdanmar
authored andcommitted
Fix a typo in a message for a rule (danmar#1181)
Adjust a word in the summary for this rule. Signed-off-by: Markus Elfring <[email protected]>
1 parent 313b2a1 commit bf5f9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/suggest_nullptr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<message>
66
<id>modernizeUseNullPtr</id>
77
<severity>style</severity>
8-
<summary>Prefer to use a 'nullptr' instead of initialize a pointer with 0.</summary>
8+
<summary>Prefer to use a 'nullptr' instead of initializing a pointer with 0.</summary>
99
</message>
1010
</rule>

0 commit comments

Comments
 (0)