Skip to content

Commit 9515f43

Browse files
StringBuilder is actually referenced in Part ten section 3.
1 parent 315d588 commit 9515f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-12/4-multidimensional-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Create in the exercise base a method called `public static String arrayAsString(
112112

113113
<!-- Kertaa yhdeksännestä osasta StringBuilderin käyttö ennen tehtävän tekoa. Alla muutamia esimerkkejä metodin odotetusta toiminnasta. -->
114114

115-
Brush up on using StringBuilder in part nine before taking on this exercise. Below there are a few examples of how the method is expected to work.
115+
Brush up on using StringBuilder in part 10.3 before taking on this exercise. Below there are a few examples of how the method is expected to work.
116116

117117
<!-- ```java
118118
int rows = 2;

0 commit comments

Comments
 (0)