Commit 9878d2a
committed
Avoid the "gets or sets" verbiage for records
Records are immutable, so while their properties can be set during initialization, they'll be in a read-only state for most developers. Given that, prefer just "gets" over "gets or sets". (This could, alternatively, use the more accurate "gets or initializes".)1 parent 7074bde commit 9878d2a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments