Commit c4ea645
authored
Copy text from constructor parameter to corresponding property (#10650)
I was having trouble figuring out if higher or lower values are "higher" priority. Some classic data structures use lower values for "higher" priorities, for instance.
This PR copies the text from the constructor's `priority` parameter, which does detail this, over to the corresponding `Priority` property.1 parent 315f5b9 commit c4ea645
File tree
1 file changed
+1
-1
lines changed- xml/System.Runtime.CompilerServices
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments