We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976683c commit 2de7f83Copy full SHA for 2de7f83
1 file changed
fabric-debug-api-v1/src/main/java/net/fabricmc/fabric/api/test/EventScope.java
@@ -10,7 +10,7 @@
10
/**
11
* Represents a wrapper around a short-lived {@link Event}.
12
* This class implements {@link AutoCloseable} and is intended to be used in a try-with-resources statement. When
13
- * closed, the Event be unregistered.
+ * closed, the Event will be unregistered.
14
*/
15
@ApiStatus.NonExtendable
16
public interface EventScope extends AutoCloseable {
0 commit comments