diff --git a/src/main/java/li/cil/oc/api/network/Environment.java b/src/main/java/li/cil/oc/api/network/Environment.java index 4340dbc57..cd2a48941 100644 --- a/src/main/java/li/cil/oc/api/network/Environment.java +++ b/src/main/java/li/cil/oc/api/network/Environment.java @@ -67,7 +67,7 @@ public interface Environment { * it to query it for other nodes. Use this to perform initialization logic, * such as building lists of nodes of a certain type in the network. *

- * For example, if node C is added to a network with nodes A and B, these + * For example, if node A is added to a network with nodes B and C, these * calls are made: *