Skip to content

Commit e72c99b

Browse files
authored
Fixing the title of the Generic.Docs.NoSpaceAfterCastStandard docs (#384)
* Fixing the title of the Generic.Docs.NoSpaceAfterCastStandard docs * Making some Generic rules docs more precisely Docs changed: Generic.Formatting.NoSpaceAfterCastStandard Generic.Formatting.SpaceAfterCastStandard
1 parent e1d9238 commit e72c99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<documentation title="Space After Casts">
1+
<documentation title="No Space After Cast">
22
<standard>
33
<![CDATA[
44
Spaces are not allowed after casting operators.

src/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<documentation title="Space After Casts">
1+
<documentation title="Space After Cast">
22
<standard>
33
<![CDATA[
44
Exactly one space is allowed after a cast.

0 commit comments

Comments
 (0)