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.
2 parents fe39e69 + 6151d4f commit 141b4d0Copy full SHA for 141b4d0
stdlib/public/core/Builtin.swift
@@ -718,7 +718,7 @@ internal func _isUnique<T>(_ object: inout T) -> Bool {
718
}
719
720
/// Returns `true` if `object` is uniquely referenced.
721
-/// This provides sanity checks on top of the Builtin.
+/// This provides soundness checks on top of the Builtin.
722
@_transparent
723
public // @testable
724
func _isUnique_native<T>(_ object: inout T) -> Bool {
0 commit comments