Skip to content

Commit 1bc062c

Browse files
authored
Merge pull request #112 from Lichtel/feature/Fix_PatternGenerator_DocTypo
Fixed typos in PatternGenerator doc
2 parents 1c1d138 + a5f9a26 commit 1bc062c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tynamix.ObjectFiller/Plugins/String/PatternGenerator.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// </list>
1414
// The character patterns can refer to these character classes: <para />
1515
// <list type="bullet">
16-
// <item><description>a: lower-case ascii character, range is 'a' to 'a'</description></item>
17-
// <item><description>A: upper-case ascii character, range is 'a' to 'a'</description></item>
16+
// <item><description>a: lower-case ASCII character, range is 'a' to 'z'</description></item>
17+
// <item><description>A: upper-case ASCII character, range is 'A' to 'Z'</description></item>
1818
// <item><description>N: numbers from '0' to '9'</description></item>
1919
// <item><description>X: hexadecimal digit from '0' to 'F'</description></item>
2020
// </list>
@@ -47,8 +47,8 @@ namespace Tynamix.ObjectFiller
4747
/// </list>
4848
/// The character patterns can refer to these character classes: <para/>
4949
/// <list type="bullet">
50-
/// <item><description>a: lower-case ascii character, range is 'a' to 'a'</description></item>
51-
/// <item><description>A: upper-case ascii character, range is 'a' to 'a'</description></item>
50+
/// <item><description>a: lower-case ASCII character, range is 'a' to 'z'</description></item>
51+
/// <item><description>A: upper-case ASCII character, range is 'A' to 'Z'</description></item>
5252
/// <item><description>N: numbers from '0' to '9'</description></item>
5353
/// <item><description>X: hexadecimal digit from '0' to 'F'</description></item>
5454
/// </list>

0 commit comments

Comments
 (0)