Skip to content

Commit

Permalink
Changed _outputHelper to _reqnrollOutputHelper in constructor (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors-Hoogenboom authored Jan 23, 2025
1 parent 54b2c86 commit 810100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution/output-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ private readonly IReqnrollOutputHelper _reqnrollOutputHelper;
public CalculatorStepDefinitions(IReqnrollOutputHelper outputHelper)
{
_outputHelper = outputHelper;
_reqnrollOutputHelper = outputHelper;
}
```

Expand Down

0 comments on commit 810100b

Please sign in to comment.