File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func _reportUnimplementedInitializer(
103
103
/// This function should be used only in the implementation of user-level
104
104
/// assertions.
105
105
///
106
- /// This function should not be inlined because it is cold and it inlining just
106
+ /// This function should not be inlined because it is cold and inlining just
107
107
/// bloats code.
108
108
@noreturn @inline( never)
109
109
@_semantics ( " stdlib_binary_only " )
@@ -133,7 +133,7 @@ func _assertionFailed(
133
133
/// This function should be used only in the implementation of user-level
134
134
/// assertions.
135
135
///
136
- /// This function should not be inlined because it is cold and it inlining just
136
+ /// This function should not be inlined because it is cold and inlining just
137
137
/// bloats code.
138
138
@noreturn @inline ( never)
139
139
@_semantics ( " stdlib_binary_only " )
You can’t perform that action at this time.
0 commit comments