From e763a6f2c5f5143689fc7e0643fdf4736e5f8971 Mon Sep 17 00:00:00 2001 From: wiicart Date: Sun, 11 May 2025 00:51:02 -0500 Subject: [PATCH] Update first_test.md --- docs/en/user_guide/introduction/first_test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/user_guide/introduction/first_test.md b/docs/en/user_guide/introduction/first_test.md index 0861c8a..e0fba89 100644 --- a/docs/en/user_guide/introduction/first_test.md +++ b/docs/en/user_guide/introduction/first_test.md @@ -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.