Skip to content

Commit bb8689e

Browse files
authored
Update README.md
1 parent 5486083 commit bb8689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class TestAddressDTOBuilder
9797
}
9898
```
9999

100-
Using `//[RequireNamedArgs]` in the above code sample is important as it allows only client code which calls `BuildWith` with named arguments.
100+
Using `//[RequireNamedArgs]` in the above code sample is important as it makes sure a call to `BuildWith` uses named arguments.
101101

102102
So something like this is OK:
103103
```csharp

0 commit comments

Comments
 (0)