Skip to content

Commit b810b10

Browse files
author
o.nadymov
committed
Comment
1 parent 8dd8fd7 commit b810b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Core.Common.LocalizableString/LocalizableString.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ private void ProcessOriginalString(string s)
125125
}
126126
}
127127

128+
/// <summary>
129+
/// Validates the original string.
130+
/// </summary>
128131
private static ValidationState Validate(string s)
129132
{
130133
if (!Regex.IsMatch(s, Pattern))

0 commit comments

Comments
 (0)