Skip to content

Commit 4353f5f

Browse files
authored
Rename 74-Search-a-2D-Matrix.cs to 74-Search-A-2D-Matrix.cs
1 parent 3cb6dd0 commit 4353f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/74-Search-a-2D-Matrix.cs renamed to csharp/74-Search-A-2D-Matrix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public bool SearchMatrix(int[][] matrix, int target) {
2525

2626
return false;
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)