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

Update LastOrNone method summary in Sequence.cs #208

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

mozesa
Copy link

@mozesa mozesa commented Dec 1, 2023

Hello!

Just a small typo fix in method's summary.

It is going to be my first PR. I hope I am doing it right.

Thanks!

The method summary in Sequence.cs is updated to correctly reflect its actual behavior. Specifically, the synopsis that previously stated "Obtains first value in the sequence" was corrected to "Obtains the last value in the sequence". This ensures accurate documentation for users referring to this method summary.
@sakno
Copy link
Collaborator

sakno commented Dec 2, 2023

Hi @mozesa , thanks for your contribution!

@sakno sakno merged commit fdf2359 into dotnet:develop Dec 2, 2023
7 checks passed
@sakno sakno added the documentation Issues related to documentation label Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues related to documentation
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants