Swift: Clean up.

This commit is contained in:
Geoffrey White
2023-02-10 15:11:31 +00:00
parent 11f022c69f
commit eda331ebc2

View File

@@ -263,7 +263,7 @@ module Stmts {
// ... a boolean condition.
astFirst(ast.getElement(i).getBoolean().getFullyConverted(), first)
or
// ... or an availability check ...
// ... or an availability check.
astFirst(ast.getElement(i).getAvailability().getFullyUnresolved(), first)
)
}