From 6143dc8d121ff05eb1a8749dc0b27c9402476e58 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 6 Oct 2024 13:54:23 +0100 Subject: [PATCH] fix: remove erroneous typo from class file --- Java/BinarySearch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java/BinarySearch.java b/Java/BinarySearch.java index 219dc13..f4e2d5a 100644 --- a/Java/BinarySearch.java +++ b/Java/BinarySearch.java @@ -1,6 +1,6 @@ package java; -public class BinarySearch {git +public class BinarySearch { // Pass in the array, the value to search for, // the index of the start of the array, and the index of the end of the array