From 924d7971c213b19a775c349a49eb2134c643930d Mon Sep 17 00:00:00 2001 From: blagoev Date: Sat, 5 Feb 2022 17:17:32 +0200 Subject: [PATCH] fix typo (#2804) --- Realm/Realm/Linq/IRealmCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realm/Realm/Linq/IRealmCollection.cs b/Realm/Realm/Linq/IRealmCollection.cs index 05da4d5cd7..275f696884 100644 --- a/Realm/Realm/Linq/IRealmCollection.cs +++ b/Realm/Realm/Linq/IRealmCollection.cs @@ -29,7 +29,7 @@ namespace Realms /// /// The being monitored for changes. /// The describing the changes to a , - /// or null if an has error occurred. + /// or null if an error has occurred. /// An exception that might have occurred while asynchronously monitoring a /// for changes, or null if no errors have occurred. /// Type of the , , or primitive which is being returned.