Skip to content

Commit fa3a912

Browse files
authored
Update README.md
1 parent 4df7c75 commit fa3a912

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
@@ -166,7 +166,7 @@ public partial interface IReadOnlyBar {
166166

167167
### Inheritance
168168

169-
If a type with a read only interface inherits from another class with a read only interface, the read only interface will also automatically set up the same inheritance:
169+
If a type with a read only interface inherits from another class with a read only interface, the read only interfaces will also have the same inheritance:
170170

171171
**User code:**
172172
```cs

0 commit comments

Comments
 (0)