From 6157e3cca220e08537cfb96c9686187bce7864cf Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 May 2018 14:02:14 +0200 Subject: [PATCH] Fix syntax error in API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index f1d8feb..2a6e66b 100644 --- a/API.md +++ b/API.md @@ -60,7 +60,7 @@ Adds a tree to the tree table. #### Parameters * `name`: The tree’s name. * `author`: The author’s / owners’ name -* `treedef`: The full tree definition, see lua_api.txt +* `treedef`: The full tree definition, see `lua_api.txt` #### Return value The tree ID of the new tree.