Skip to content

Commit

Permalink
update first released version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed May 11, 2024
1 parent d8b1c32 commit a172af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support_files/world.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Scenario: Will fail

## Arrow functions

ℹ️ Added in v10.7.0
ℹ️ Added in v10.8.0

[Arrow functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions) have traditionally not played nicely with Cucumber's pattern of binding the World to `this`, because of their different scoping behaviour. However, you can now use the `world` object to get a handle on your World from an arrow function. Here's the equivalent of the first example in this doc:

Expand Down

0 comments on commit a172af4

Please sign in to comment.