1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-13 19:50:31 +00:00

Fix typo in Javadoc

This commit is contained in:
Jonathan Coates 2022-03-02 12:54:59 +00:00
parent bd36185662
commit bcc7dd6991
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -118,7 +118,7 @@ public final class ComputerCraftAPI
}
/**
* rers a peripheral provider to convert blocks into {@link IPeripheral} implementations.
* Registers a peripheral provider to convert blocks into {@link IPeripheral} implementations.
*
* @param provider The peripheral provider to register.
* @see IPeripheral