Skip to content

Commit

Permalink
Merge pull request #76 from denisPoifol/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
gaetanzanella committed Dec 23, 2020
2 parents 48a0d4f + c3b4175 commit b1cee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Classes/OverlayTransitioningDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public protocol OverlayTranslationTargetNotchPolicy {
func targetNotchIndex(using context: OverlayContainerContextTargetNotchPolicy) -> Int
}

/// A protocol that provides the animation controllers once once the user finishes dragging.
/// A protocol that provides the animation controllers once the user finishes dragging.
///
/// Adopt this protocol to perform your own translation animations. You can also use the provided
/// implementations like `SpringOverlayTranslationAnimationController`.
Expand Down

0 comments on commit b1cee17

Please sign in to comment.