Skip to content

Commit

Permalink
Merge pull request #1 from Serena748/Serena748/inclusive-language
Browse files Browse the repository at this point in the history
[Inclusive-Language] change comment with "sanity" to "soundness"
  • Loading branch information
vanvoorden committed Jan 25, 2024
2 parents fe39e69 + 6151d4f commit 141b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/core/Builtin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ internal func _isUnique<T>(_ object: inout T) -> Bool {
}

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

0 comments on commit 141b4d0

Please sign in to comment.