Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/user_guide/introduction/first_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for running tests automatically.
:::

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