Skip to content

Commit

Permalink
Update data.md to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
berserck authored and jnyrup committed Jan 21, 2023
1 parent 89348f7 commit faca1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/data.md
Expand Up @@ -187,7 +187,7 @@ Matching the rows of `DataTable`s by their primary key values:

```csharp
var expected = GetExpectedDataTable();
var actual = GetActualDataTable(0;
var actual = GetActualDataTable();

actual.Should().BeEquivalentTo(expected, options => options.UsingRowMatchMode(RowMatchMode.PrimaryKey));
```

0 comments on commit faca1e9

Please sign in to comment.