]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix wording
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 23 Oct 2024 22:11:32 +0000 (15:11 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 23 Oct 2024 22:11:32 +0000 (15:11 -0700)
bin/perltidy

index c08fc4051efad6d4efab1e1f5848824fd1bce59e..f85f8dceccd275e4306de199a602cb5c988e5580 100755 (executable)
@@ -3974,9 +3974,9 @@ of nesting sets which can be expressed as
 
    1 > m > b > i > h > 0
 
-This indicates that multiline commas B<m> are a
-subset of all trailing commas, and bare commas B<b> are a subset of all
-multiline trailing commas, and so on.
+This indicates that multiline trailing commas B<m> are a
+subset of all trailing commas, and bare trailing commas B<b> are a subset
+of all multiline trailing commas, and so on.
 
 =back