Grammar fix

This commit is contained in:
MattBDev 2020-03-05 16:10:17 -05:00
parent 915ab43f6e
commit 58eae73040

View File

@ -18,7 +18,7 @@ import java.util.stream.IntStream;
import org.jetbrains.annotations.Range; import org.jetbrains.annotations.Range;
/** /**
* Shared interface for IGetBlocks and ISetBlocks * A shared interface for IGetBlocks and ISetBlocks
*/ */
public interface IBlocks extends Trimable { public interface IBlocks extends Trimable {