Skip to content

Commit e8dd89a

Browse files
committed
Update lowercase.md
1 parent ccdec0b commit e8dd89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strings_ii/lowercase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void main() {
1616

1717
This does not change the original `String` in place. It just makes a new `String` with all lower-case letters.
1818

19-
Many other languages also have a distinction between upper-case and lower-case and, usually, `.toLowerCase()` does the "right thing" for them too:
19+
Many other languages also have a distinction between upper-case and lower-case and, usually, `.toLowerCase()` does the "right thing" for them.
2020

2121
```java
2222
~void main() {

0 commit comments

Comments
 (0)