Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing misleading comment that implies that every ICollection<T> is a list #1911

Merged
merged 1 commit into from
Nov 25, 2016
Merged

Changing misleading comment that implies that every ICollection<T> is a list #1911

merged 1 commit into from
Nov 25, 2016

Conversation

m-wilczynski
Copy link
Contributor

Misleading because of List<T> from .NET Framework.
Collection is a broader term than list for anything that implements ICollection<T> (including for ex. HashSet<T>, SortedSet<T> etc.).

… a 'list'

Misleading because of List from .NET Framework.
@rprouse
Copy link
Member

rprouse commented Nov 25, 2016

I'm okay with this. Normally we require a second reviewer, but no code was changed, so I am labeling and merging.

@rprouse rprouse added this to the 3.6 milestone Nov 25, 2016
@rprouse rprouse merged commit 66de5ef into nunit:master Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants