Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Nov 29, 2022
1 parent 76a1b81 commit fc35aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Flyover/Flyover.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public extension Flyover {
/// - Returns: A Bool value if the Flyover could be resumed
@discardableResult
func resume() -> Bool {
// Verify is not started
// Verify flyover is not started
guard !self.isStarted else {
// Otherwise return false as Flyover can not be resumed
return false
Expand Down

0 comments on commit fc35aa9

Please sign in to comment.