Skip to content

Commit b1ce44e

Browse files
committed
Fixed typo
1 parent bce5d76 commit b1ce44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/ai/astar/AStarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void main(String[] args) {
4242
// 4 - - - - - - -
4343
// 5 - - - - - - -
4444

45-
//Expected output with diagonals
45+
//Expected output without diagonals
4646
//Node [row=2, col=1]
4747
//Node [row=2, col=2]
4848
//Node [row=1, col=2]

0 commit comments

Comments
 (0)