Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy text from constructor parameter to corresponding property
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.
- Loading branch information