diff --git a/src/DynamicData/List/ObservableListEx.cs b/src/DynamicData/List/ObservableListEx.cs index 408113525..a91fc3a3f 100644 --- a/src/DynamicData/List/ObservableListEx.cs +++ b/src/DynamicData/List/ObservableListEx.cs @@ -1213,7 +1213,7 @@ public static IObservable> Or(this IObservableListThe source. /// Observable to control page requests. /// An observable which emits the change set. - public static IObservable> Page(this IObservable> source, IObservable requests) + public static IObservable> Page(this IObservable> source, IObservable requests) { if (source is null) {