diff --git a/data/part-2/4-methods.md b/data/part-2/4-methods.md index fb04c168c..6592b12ee 100644 --- a/data/part-2/4-methods.md +++ b/data/part-2/4-methods.md @@ -409,7 +409,7 @@ public static void greet(int numOfTimes) { -We will call the method `greet` with different values. The parameter `numOfTimes` is assigned the value `1`on the first call, and `3`on the second. +We will call the method `greet` with different values. The parameter `numOfTimes` is assigned the value `1` on the first call, and `3` on the second.