Skip to content

Commit 263f9fc

Browse files
authored
Merge pull request #131 from tako3/main
2 parents 93dddab + facb483 commit 263f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guide.docc/IncrementalAdoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Until the library fixes its annotation issue, you are able to witness the method
469469
@MainActor
470470
final class MyJetPack: NSJetPack {
471471
// Correct
472-
override nonisolated class var readyForTakeoff: Bool {
472+
override nonisolated class var supportsHighAltitude: Bool {
473473
true
474474
}
475475
}

0 commit comments

Comments
 (0)