Skip to content

Commit

Permalink
fix typo (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
blagoev authored Feb 5, 2022
1 parent 67d83d9 commit 924d797
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 924d797

Please sign in to comment.