We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdec0b commit e8dd89aCopy full SHA for e8dd89a
src/strings_ii/lowercase.md
@@ -16,7 +16,7 @@ void main() {
16
17
This does not change the original `String` in place. It just makes a new `String` with all lower-case letters.
18
19
-Many other languages also have a distinction between upper-case and lower-case and, usually, `.toLowerCase()` does the "right thing" for them too:
+Many other languages also have a distinction between upper-case and lower-case and, usually, `.toLowerCase()` does the "right thing" for them.
20
21
```java
22
~void main() {
0 commit comments