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

fix typo #2804

Merged
merged 1 commit into from
Feb 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Realm/Realm/Linq/IRealmCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Realms
/// </summary>
/// <param name="sender">The <see cref="IRealmCollection{T}"/> being monitored for changes.</param>
/// <param name="changes">The <see cref="ChangeSet"/> describing the changes to a <see cref="IRealmCollection{T}"/>,
/// or <c>null</c> if an has error occurred.</param>
/// or <c>null</c> if an error has occurred.</param>
/// <param name="error">An exception that might have occurred while asynchronously monitoring a
/// <see cref="IRealmCollection{T}"/> for changes, or <c>null</c> if no errors have occurred.</param>
/// <typeparam name="T">Type of the <see cref="RealmObject"/>, <see cref="EmbeddedObject"/>, or primitive which is being returned.</typeparam>
Expand Down