Small Markdown fix

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
Lars Müller 2023-09-12 15:20:09 +02:00 committed by GitHub
parent 78cd12d2eb
commit 63e3b98fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1044,7 +1044,8 @@ Trees
grow = function(pos) -- Function called when the growth has success. This should replace the sapling with a tree.
}
)
* default.grow_sapling(pos)
* `default.grow_sapling(pos)`
* Attempt to grow a sapling at the given position. Useful as on_timer callback.