Skip to content

Commit cacc3b4

Browse files
committed
Update UPPERCASE.md
1 parent 63bab3a commit cacc3b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/strings_ii/UPPERCASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ no matter what language the system is set to.
2121
void main() {
2222
String message = "Happy Valentines Day";
2323

24+
// Same as above, no matter what.
2425
String upperCased = message.toUpperCase(Locale.US);
2526
IO.println(upperCased);
2627
}

0 commit comments

Comments
 (0)