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 44d4a66 commit 9a18984
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 @@ -172,7 +172,7 @@ public final class HBApplication: HBExtensible {
///
/// This function can only be called from a non async context as it stalls
/// the current thread waiting for the application to finish
@available(*, noasync, message: "Use HBApplication.asyncRun instead.")
@available(*, noasync, message: "Use HBApplication.asyncWait instead.")
public func wait() {
self.lifecycle.wait()
}
Expand Down

0 comments on commit 9a18984

Please sign in to comment.