Skip to content

Commit

Permalink
fix: remove erroneous typo from class file
Browse files Browse the repository at this point in the history
  • Loading branch information
JackW2000 committed Oct 6, 2024
1 parent 106960e commit 6143dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Java/BinarySearch.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6143dc8

Please sign in to comment.