From 2d6eeb8eea14eec1dd1dea3a2f38353c60214ece Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 7 Mar 2021 21:18:02 +0800 Subject: [PATCH] update doc --- docs/lib3x-mz_theta_cells.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib3x-mz_theta_cells.md b/docs/lib3x-mz_theta_cells.md index 138f584b..3661f315 100644 --- a/docs/lib3x-mz_theta_cells.md +++ b/docs/lib3x-mz_theta_cells.md @@ -4,7 +4,7 @@ This function returns cell data of a theta maze. The data is a two-dimensional l ![mz_theta_cells](images/lib3x-mz_theta_cells-1.JPG) -The value of `type` is the wall type of the cell. It can be `0`, `1`, ``2` or `3`. Setting them to constants is convenient. +The value of `type` is the wall type of the cell. It can be `0`, `1`, `2` or `3`. Setting them to constants is convenient. NO_WALL = 0; // the cell has no wall INWARD_WALL = 1; // the cell has an inward wall