From 92b335f45f5a5b711393a55398847c6abdf8d190 Mon Sep 17 00:00:00 2001 From: Petr Karmashev Date: Thu, 17 Aug 2023 17:52:17 +0700 Subject: [PATCH] Fixed turtle.dropDown documentation (#1564) --- .../java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java b/projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java index 12af726ca..feb4ffc6d 100644 --- a/projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java +++ b/projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java @@ -290,7 +290,7 @@ public class TurtleAPI implements ILuaAPI { } /** - * Drop the currently selected stack into the inventory in front of the turtle, or as an item into the world if + * Drop the currently selected stack into the inventory below the turtle, or as an item into the world if * there is no inventory. * * @param count The number of items to drop. If not given, the entire stack will be dropped.