Skip to content

Commit 26abaff

Browse files
committed
Update SignalTypes.java
1 parent cbcf39f commit 26abaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/world/SignalTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class SignalTypes {
4444
public static final DefaultedRegistryReference<SignalType> WEAK = SignalTypes.key(ResourceKey.sponge("weak"));
4545

4646
/**
47-
* Powers neighbours and goes through them powering their neighbours.
47+
* Goes through neighbours powering their neighbours.
4848
*/
4949
public static final DefaultedRegistryReference<SignalType> STRONG = SignalTypes.key(ResourceKey.sponge("strong"));
5050

0 commit comments

Comments
 (0)