@returns -> @return (#1210)

This commit is contained in:
NeunEinser 2020-03-20 19:16:28 +01:00 committed by GitHub
parent 9446cccca5
commit 71c375ca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ CLASS net/minecraft/class_4493 com/mojang/blaze3d/platform/GlStateManager
COMMENT Configures the frame buffer and populates {@link FrameBufferInfo} with the appropriate constants
COMMENT for the current GLCapabilities.
COMMENT
COMMENT @returns human-readable string representing the selected frame buffer technology.
COMMENT @return human-readable string representing the selected frame buffer technology.
COMMENT @throws IllegalStateException if no known frame buffer technology is supported.
ARG 0 capabilities
METHOD method_21974 depthMask (Z)V