Skip to content

Commit facb483

Browse files
authored
Fix possible typo
To be consistent, use 'supportsHighAltitude' instead of 'readyForTakeoff'
1 parent 93dddab commit facb483

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)