Skip to content

Commit

Permalink
Rename code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olivaresf committed May 9, 2024
1 parent a242deb commit a95d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Turbo Navigator/TurboNavigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TurboNavigator {
/// Convenience function to routing a proposal directly.
///
/// - Parameter url: the URL to visit
/// - Parameter bundle: provide context relevant to `url`
/// - Parameter parameters: provide context relevant to `url`
public func route(_ url: URL, parameters: [String: Any]? = nil) {
let options = VisitOptions(action: .advance, response: nil)
let properties = session.pathConfiguration?.properties(for: url) ?? PathProperties()
Expand Down

0 comments on commit a95d7c1

Please sign in to comment.