Skip to content

Commit 4b5728d

Browse files
Fix typo
1 parent 7f46afe commit 4b5728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/custom-types/members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The table below is an approximation of the mapping of C# and Rust modifiers:
277277

278278
## Mutability
279279

280-
When designing a type in C#, it is the responsiblity of the developer to
280+
When designing a type in C#, it is the responsibility of the developer to
281281
decide whether the a type is mutable or immutable; whether it supports
282282
destructive or non-destructive mutations. C# does support an immutable design
283283
for types with a _positional record declaration_ (`record class` or `readonly

0 commit comments

Comments
 (0)