Skip to content

Commit af7ed99

Browse files
authored
Update first_test.md (#12)
1 parent 7c6ecf7 commit af7ed99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/user_guide/introduction/first_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for running tests automatically.
3232
:::
3333

3434
::: warning
35-
You're class can't be `final`. This is because MockBukkit uses reflection to
35+
Your class can't be `final`. This is because MockBukkit uses reflection to
3636
modify the behavior of the class under test. In Kotlin, classes are `final` by
3737
default,
3838
so you must declare them as `open` for MockBukkit to function properly.

0 commit comments

Comments
 (0)