Skip to content

Commit

Permalink
Small typo fixes (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstart authored Aug 10, 2020
1 parent 8903e4e commit 9c71a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/Sources/FloatingPanelLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ class FloatingPanelLayoutAdapter {
// unsatisfiable constraints

if self.interactiveTopConstraint == nil {
// Actiavate `interactiveTopConstraint` for `fitToBounds` mode.
// It goes throught this path when the pan gesture state jumps
// Activate `interactiveTopConstraint` for `fitToBounds` mode.
// It goes through this path when the pan gesture state jumps
// from .begin to .end.
startInteraction(at: state)
}
Expand Down

0 comments on commit 9c71a47

Please sign in to comment.