reqnroll / Reqnroll

Open-source Cucumber-style BDD test automation framework for .NET.
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
356 stars 38 forks source link

Update index.md #106

Closed jacobduijzer closed 5 months ago

jacobduijzer commented 5 months ago

Fix an issue with variable types. The example starts with double, but ends up with decimals. The example does not work, and might lead to confussion. Changed the double to decimal in the first code block, to match it with the rest of the example.

I changed the first code block in the getting started example, just the data types of the double to decimal.

Types of changes

Checklist:

ajeckmans commented 5 months ago

Nice catch :)