We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8674d commit c816df5Copy full SHA for c816df5
test/refactoring/ConvertAsync/convert_bool.swift
@@ -320,7 +320,7 @@ func testConvertBool() async throws {
320
321
// Don't handle the case where multiple flag checks are done in a single
322
// condition, because it's not exactly clear what the user is doing. It's a
323
- // little unfortunate that we'll allow multiple flag checks in seperate
+ // little unfortunate that we'll allow multiple flag checks in separate
324
// conditions, but both of these cases seem somewhat uncommon, and there's no
325
// real way to completely enforce a single flag param across e.g multiple calls
326
// to the same function, so this is probably okay for now.
0 commit comments