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 c82c40d commit d2f5278Copy full SHA for d2f5278
stdlib/public/core/Builtin.swift
@@ -290,7 +290,7 @@ public func _onFastPath() {
290
Builtin.onFastPath()
291
}
292
293
-// Optimizier hint that the condition is true. The condition is unchecked.
+// Optimizer hint that the condition is true. The condition is unchecked.
294
// The builtin acts as an opaque instruction with side-effects.
295
@usableFromInline @_transparent
296
func _uncheckedUnsafeAssume(_ condition: Bool) {
0 commit comments