We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f46afe commit 4b5728dCopy full SHA for 4b5728d
src/language/custom-types/members.md
@@ -277,7 +277,7 @@ The table below is an approximation of the mapping of C# and Rust modifiers:
277
278
## Mutability
279
280
-When designing a type in C#, it is the responsiblity of the developer to
+When designing a type in C#, it is the responsibility of the developer to
281
decide whether the a type is mutable or immutable; whether it supports
282
destructive or non-destructive mutations. C# does support an immutable design
283
for types with a _positional record declaration_ (`record class` or `readonly
0 commit comments