From 77af4bc2139a39c79f094c4e86caa54e477a4d99 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 11 Aug 2024 11:50:24 +0100 Subject: [PATCH] Fix a couple of typos in fluid method docs --- .../peripheral/generic/methods/AbstractFluidMethods.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/common/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/AbstractFluidMethods.java b/projects/common/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/AbstractFluidMethods.java index e409a558c..c5aa2877a 100644 --- a/projects/common/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/AbstractFluidMethods.java +++ b/projects/common/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/AbstractFluidMethods.java @@ -70,10 +70,10 @@ public abstract class AbstractFluidMethods implements GenericPeripheral { ) throws LuaException; /** - * Move a fluid from a connected fluid container into this oneone. + * Move a fluid from a connected fluid container into this one. *

* This allows you to pull fluid in the current fluid container from another container on the same wired - * network. Both containers must attached to wired modems which are connected via a cable. + * network. Both containers must be attached to wired modems which are connected via a cable. * * @param to Container to move fluid to. * @param computer The current computer.