Skip to content

Commit 2a1cb63

Browse files
committed
update comment for issue #21
1 parent 94ff4ce commit 2a1cb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ var astar = {
153153

154154
/**
155155
* A graph memory structure
156-
* @param {Array} [gridIn] Facultative grid of input weights
156+
* @param {Array} [gridIn] 2D array of input weights
157157
* @param {bool} options
158-
* [diagonal] Specify whether diagonal moves are allowed
158+
* diagonal: Specifies whether diagonal moves are allowed
159159
*/
160160
function Graph(gridIn, options) {
161161
options = options || {};

0 commit comments

Comments
 (0)