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 bde05b3 + ef84aa9 commit de18b08Copy full SHA for de18b08
stdlib/public/core/Assert.swift
@@ -12,7 +12,7 @@
12
13
/// Performs a traditional C-style assert with an optional message.
14
///
15
-/// Use this function for internal sanity checks that are active during testing
+/// Use this function for internal consistency checks that are active during testing
16
/// but do not impact performance of shipping code. To check for invalid usage
17
/// in Release builds, see `precondition(_:_:file:line:)`.
18
@@ -138,7 +138,7 @@ public func precondition(
138
}
139
#endif
140
141
-/// Indicates that an internal sanity check failed.
+/// Indicates that an internal consistency check failed.
142
143
/// This function's effect varies depending on the build flag used:
144
0 commit comments