From 09957b6c862700dfad38f76ee314652c6e585538 Mon Sep 17 00:00:00 2001 From: San Baby Francis Date: Mon, 24 Jul 2023 16:50:25 +0530 Subject: [PATCH] fix spacing --- data/part-2/4-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.