Skip to content

Commit 074a12c

Browse files
committed
clarify extension
1 parent 39b1bdd commit 074a12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/booleanuk/extension/Extension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public StringBuilder two() {
4040
StringBuilder sb = new StringBuilder();
4141

4242
// 1. Using the sb variable above, add "Hello, world!" to the StringBuilder
43-
// 2. After adding the message, reverse it
43+
// 2. After adding the message, use an appropriate StringBuilder method to reverse it
4444
// WRITE YOUR CODE BETWEEN THIS LINE...
4545

4646

0 commit comments

Comments
 (0)