Skip to content

Commit

Permalink
Update Sources/Hummingbird/Application.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
  • Loading branch information
adam-fowler and Joannis authored Oct 6, 2023
1 parent 9a18984 commit 80ed031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Hummingbird/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public final class HBApplication: HBExtensible {

/// Start application and wait for it to stop
///
/// Version of `run`` that can be called from asynchronous context
/// Version of `run` that can be called from asynchronous context
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
public func asyncRun() async throws {
try await self.onExecutionQueue { app in
Expand Down

0 comments on commit 80ed031

Please sign in to comment.