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 7c42dcb commit ba0dcd2Copy full SHA for ba0dcd2
src/boxed_primitives/challenges.md
@@ -28,7 +28,7 @@ void main() {
28
29
## Challenge 2.
30
31
-Write a method which takes in a `Integer[]` representing
+Write a method which takes in an `Integer[]` representing
32
a series of distances and prints out every distance
33
followed by ` kilometers`.
34
@@ -50,7 +50,7 @@ void printDistances(Integer[] distances) {
50
}
51
52
void main() {
53
- printNames(new String[] {
+ printDistances(new Integer[] {
54
45,
55
99,
56
23
0 commit comments