From 7978ad98897a4751760d138fdb4ca55ae4001913 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 30 Aug 2025 13:38:28 -0700 Subject: [PATCH] Fix fn names in release notes --- release_notes/5.10.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release_notes/5.10.0.md b/release_notes/5.10.0.md index 3af5079f..7fa43864 100644 --- a/release_notes/5.10.0.md +++ b/release_notes/5.10.0.md @@ -5,8 +5,7 @@ * Optionally detect late promise rejections and don't report them as errors This is off by default because it comes with a performance cost. It can be enabled by setting the `detectLateRejectionHandling` config property to true. -* Add `Env#getSpecProperty` to retrieve data that was set with - `Env#setSpecProperty`. +* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`. * Merges [#2072](https://github.com/jasmine/jasmine/pull/2072) from @bonkevin * Show spec duration in the HTML reporter. * Merges [#2073](https://github.com/jasmine/jasmine/pull/2073) from @bonkevin