From d6865c4d8d0eb7aaf2d35447ab01e06ef8249010 Mon Sep 17 00:00:00 2001
From: Duane <duane@duanerobertson.com>
Date: Mon, 11 Jul 2016 09:46:01 -0500
Subject: [PATCH] Lua_api.txt: Fix description of node drop behaviour

---
 doc/lua_api.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index a59a9c0f2..12b0a9299 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -3612,8 +3612,8 @@ Definition tables
             max_items = 1,  -- Maximum number of items to drop.
             items = { -- Choose max_items randomly from this list.
                 {
-                    items = {"foo:bar", "baz:frob"},  -- Choose one item randomly from this list.
-                    rarity = 1,  -- Probability of getting is 1 / rarity.
+                    items = {"foo:bar", "baz:frob"},  -- Items to drop.
+                    rarity = 1,  -- Probability of dropping is 1 / rarity.
                 },
             },
         },
-- 
GitLab