Fix chance/probability wording in lua_api.md

This commit is contained in:
Erich Schubert 2024-08-16 21:59:36 +02:00 committed by GitHub
parent ea96f6e1e3
commit 9046379b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8975,7 +8975,7 @@ Used by `minetest.register_abm`.
-- Operation interval in seconds
chance = 50,
-- Chance of triggering `action` per-node per-interval is 1.0 / chance
-- Probability of triggering `action` per-node per-interval is 1.0 / chance (integers only)
min_y = -32768,
max_y = 32767,