Skip to content

Commit aaecc6c

Browse files
committed
fix build error
1 parent 7ad8358 commit aaecc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/how-to/parse-strings-using-split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The <xref:System.String.Split*?displayProperty=nameWithType> has many overloads.
3737
- You can specify if repeated separator characters are ignored, or produce empty substrings in the return value.
3838
- You can specify if leading and trailing whitespace is removed from the returned substrings.
3939

40-
The remaining examples use different overloads to show each of these behaviors.
40+
The remaining examples use different overloads to show each of these behaviors.
4141

4242
## Specify multiple separators
4343

0 commit comments

Comments
 (0)