Fix a typo in a message for a rule (#1181)
Adjust a word in the summary for this rule. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
This commit is contained in:
parent
313b2a1755
commit
bf5f9bd9cb
|
@ -5,6 +5,6 @@
|
|||
<message>
|
||||
<id>modernizeUseNullPtr</id>
|
||||
<severity>style</severity>
|
||||
<summary>Prefer to use a 'nullptr' instead of initialize a pointer with 0.</summary>
|
||||
<summary>Prefer to use a 'nullptr' instead of initializing a pointer with 0.</summary>
|
||||
</message>
|
||||
</rule>
|
||||
|
|
Loading…
Reference in New Issue