Skip to content

Commit 3dc9710

Browse files
committed
Remove no_run from Cyrillic example, not needed anymore
1 parent 4e652a1 commit 3dc9710

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
@@ -18,7 +18,7 @@ This does not change the original `String` in place. It just makes a new `String
1818

1919
What about other languages? Many of them also have a distinction between uppercase and lowercase, and usually, `.toLowerCase()` does the right thing for them too:
2020

21-
```java,no_run
21+
```java
2222
~void main() {
2323
// Cyrillic
2424
IO.println("ПРИВЕТ".toLowerCase()); // prints "привет"

0 commit comments

Comments
 (0)