mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-03 12:49:11 +00:00
Fix a couple of typos in fluid method docs
This commit is contained in:
parent
5abab982c7
commit
77af4bc213
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user