diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 0409c4e177..ef8a610dca 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -10,7 +10,7 @@ include::include.adoc[] * Calling `old(...)` with multiple arguments is now a compilation error. Previously the additional arguments were simply ignored. * Creating `GroovyMock`/`GroovyStub`/`GroovySpy` for an already mocked type will now fail. * Creating a global `GroovyMock`/`GroovyStub`/`GroovySpy` when <> is enabled, - will now require that the spec is annotated with <> or `@@ResourceLock(org.spockframework.runtime.model.parallel.Resources.META_CLASS_REGISTRY)`. See <> + will now require that the spec is annotated with <> or `@ResourceLock(org.spockframework.runtime.model.parallel.Resources.META_CLASS_REGISTRY)`. See <> === Misc * Add support for <>