Skip to content

Commit fd3a00a

Browse files
Update algorithms/matrix/best_meeting_point/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1b31517 commit fd3a00a

File tree

1 file changed

+1
-1
lines changed
  • algorithms/matrix/best_meeting_point

1 file changed

+1
-1
lines changed

algorithms/matrix/best_meeting_point/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Manhattan Distance** between two points `(x1, y1)` and `(x2, y2)` is calcu
1414
- m == grid.length
1515
- n == grid[i].length
1616
- 1 ≤ m, n ≤ 50
17-
- grid[i][j] is either 0 or 1.
17+
- `grid[i][j]` is either 0 or 1.
1818
- There will be at least two friends in the grid.
1919

2020
## Examples

0 commit comments

Comments
 (0)