Skip to content

Commit d148e59

Browse files
authored
Update README.md
1 parent 1765d5a commit d148e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ All this settings could be adjusted in the __#define__ statements at the beginni
172172

173173
This is because **AStar()** needs this 2-dimensional vector <br>
174174
to figure out wheather its a walkable or not walkable terrain. <br><br>
175-
**prepare_maze()** can handle a vector consisting of strings or another char-vector as param. <br>
175+
**prepare_maze()** can handle a vector\<string> or another vector\<vector\<char>>. <br>
176176

177177
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32
178178

0 commit comments

Comments
 (0)