Skip to content

Commit 592558c

Browse files
committed
Typos
1 parent b71f313 commit 592558c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BREAKING_CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Simply add the following to the files that generate lists of builders and change
5050
using NTestDataBuilder.Lists;
5151
```
5252

53-
Assuming you aren't using NBuilder for anything other than generating lists of entities with NTestDataBuilder 1.0 wou should be abke to do a global find and replace against `using FizzWare.NBuilder;`.
53+
Assuming you aren't using NBuilder for anything other than generating lists of entities with NTestDataBuilder 1.0 you should be abke to do a global find and replace against `using FizzWare.NBuilder;`.
5454

5555
If you uninstall the NBuilder package then you will need to remove the using statements for that library too.
5656

NTestDataBuilder.Tests/EquivalenceClasses/GeoEquivalenceClassesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public GeoEquivalenceClassesTests()
2020

2121
[Theory]
2222
[PropertyData("TestCases")]
23-
public void WhenGettingAnyPersonData_ThenReturnRandomPersonDataWhichIsReasonablyUnique(DataSource<string> source,
23+
public void WhenGettingAnyGeoData_ThenReturnRandomGeoDataWhichIsReasonablyUnique(DataSource<string> source,
2424
List<string> testCases)
2525
{
2626
foreach (var testCase in testCases)

0 commit comments

Comments
 (0)