We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486083 commit bb8689eCopy full SHA for bb8689e
README.md
@@ -97,7 +97,7 @@ public class TestAddressDTOBuilder
97
}
98
```
99
100
-Using `//[RequireNamedArgs]` in the above code sample is important as it allows only client code which calls `BuildWith` with named arguments.
+Using `//[RequireNamedArgs]` in the above code sample is important as it makes sure a call to `BuildWith` uses named arguments.
101
102
So something like this is OK:
103
```csharp
0 commit comments