Skip to content

Commit df47b3e

Browse files
committed
Interfaces don't use public in props
1 parent fa50e7f commit df47b3e

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
@@ -191,7 +191,7 @@ by providing an interface for them, which applies to all `Guid`-based IDs:
191191
```csharp
192192
public interface IId
193193
{
194-
public Guid Id { get; }
194+
Guid Id { get; }
195195
}
196196
```
197197

0 commit comments

Comments
 (0)