Skip to content

Commit 6151d4f

Browse files
committed
changed sanity to soundness
1 parent fe39e69 commit 6151d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Builtin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ internal func _isUnique<T>(_ object: inout T) -> Bool {
718718
}
719719

720720
/// Returns `true` if `object` is uniquely referenced.
721-
/// This provides sanity checks on top of the Builtin.
721+
/// This provides soundness checks on top of the Builtin.
722722
@_transparent
723723
public // @testable
724724
func _isUnique_native<T>(_ object: inout T) -> Bool {

0 commit comments

Comments
 (0)