diff --git a/internal/luai/example_test.go b/internal/luai/example_test.go index 43ae79f4..89a2d620 100644 --- a/internal/luai/example_test.go +++ b/internal/luai/example_test.go @@ -59,7 +59,7 @@ func TestExample(t *testing.T) { teardownSuite := setupSuite(t) defer teardownSuite(t) - t.Run("TableWithEmptyFieldAndIncompitibleType", func(t *testing.T) { + t.Run("TableWithEmptyFieldAndIncompatibleType", func(t *testing.T) { L := NewLuaVM() defer L.Close()