mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[inclusive-language] changed sanity to soundness
This commit is contained in:
@@ -323,7 +323,7 @@ tryCastFromClassToObjCBridgeable(
|
||||
return DynamicCastResult::Failure;
|
||||
}
|
||||
|
||||
// 1. Sanity check whether the source object can cast to the
|
||||
// 1. Soundness check whether the source object can cast to the
|
||||
// type expected by the target.
|
||||
|
||||
auto targetBridgedClass =
|
||||
|
||||
Reference in New Issue
Block a user