1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-23 20:24:03 +00:00

Fix a couple of typos in fluid method docs

This commit is contained in:
Jonathan Coates
2024-08-11 11:50:24 +01:00
parent 5abab982c7
commit 77af4bc213

View File

@@ -70,10 +70,10 @@ public abstract class AbstractFluidMethods<T> implements GenericPeripheral {
) throws LuaException; ) throws LuaException;
/** /**
* Move a fluid from a connected fluid container into this oneone. * Move a fluid from a connected fluid container into this one.
* <p> * <p>
* This allows you to pull fluid in the current fluid container from another container <em>on the same wired * This allows you to pull fluid in the current fluid container from another container <em>on the same wired
* network</em>. Both containers must attached to wired modems which are connected via a cable. * network</em>. Both containers must be attached to wired modems which are connected via a cable.
* *
* @param to Container to move fluid to. * @param to Container to move fluid to.
* @param computer The current computer. * @param computer The current computer.