Skip to content

Commit c4f0653

Browse files
committed
fixed error
1 parent a3bb323 commit c4f0653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/fundamental_algorithms/tree_traversal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def main():
328328
main()
329329
```
330330

331-
###C
331+
### C
332332

333333
```C
334334
#include <stdio.h>

0 commit comments

Comments
 (0)