[inclusive-language] changed sanity to soundness

This commit is contained in:
Rick van Voorden
2024-01-25 18:18:02 -08:00
parent 141b4d07cb
commit f8ae46b3f3
78 changed files with 133 additions and 133 deletions

View File

@@ -767,7 +767,7 @@ internal struct _ContiguousArrayBuffer<Element>: _ArrayBufferProtocol {
/// Returns `true` if this buffer's storage is uniquely-referenced;
/// otherwise, returns `false`.
///
/// This function should only be used for internal sanity checks.
/// This function should only be used for internal soundness checks.
/// To guard a buffer mutation, use `beginCOWMutation`.
@inlinable
internal mutating func isUniquelyReferenced() -> Bool {