Skip to content

Commit

Permalink
Fix documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackstone92 committed Sep 20, 2024
1 parent b0c324e commit 4528c2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extension Publisher {
///
/// If any error is encountered, the provided `element` is returned.
///
/// - Parameter onErrorJustReturn: The element to return in the event of an error.
/// - Parameter publisher: The element to return in the event of an error.
///
/// - Returns: An RxSwift `Infallible` that is the bridged transformation of the given `Publisher`.
///
Expand All @@ -61,7 +61,7 @@ extension Publisher {
///
/// If any error is encountered, the provided `publisher` is used to fall back.
///
/// - Parameter onErrorFallbackTo: A fallback publisher that is returned in the event of an error.
/// - Parameter publisher: A fallback publisher that is returned in the event of an error.
///
/// - Returns: An RxSwift `Infallible` that is the bridged transformation of the given `Publisher`.
///
Expand Down

0 comments on commit 4528c2f

Please sign in to comment.