File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ public func precondition(
106
106
/// one of the other cases must be satisfied. To protect code from invalid
107
107
/// usage in Release builds, see `preconditionFailure(_:file:line:)`.
108
108
///
109
- /// * In playgrounds and -Onone builds (the default for Xcode's Debug
109
+ /// * In playgrounds and ` -Onone` builds (the default for Xcode's Debug
110
110
/// configuration), stop program execution in a debuggable state after
111
111
/// printing `message`.
112
112
///
113
- /// * In -O builds, has no effect.
113
+ /// * In `-O` builds, has no effect.
114
114
///
115
- /// * In -Ounchecked builds, the optimizer may assume that this function is
115
+ /// * In ` -Ounchecked` builds, the optimizer may assume that this function is
116
116
/// never called. Failure to satisfy that assumption is a serious
117
117
/// programming error.
118
118
///
You can’t perform that action at this time.
0 commit comments