Skip to content

Commit 410a34e

Browse files
committed
Merge pull request #1255 from modocache/fix-minor-typos
[stdlib] Fix extra "it" typo
2 parents ba24407 + a69507d commit 410a34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/AssertCommon.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func _reportUnimplementedInitializer(
103103
/// This function should be used only in the implementation of user-level
104104
/// assertions.
105105
///
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
107107
/// bloats code.
108108
@noreturn @inline(never)
109109
@_semantics("stdlib_binary_only")
@@ -133,7 +133,7 @@ func _assertionFailed(
133133
/// This function should be used only in the implementation of user-level
134134
/// assertions.
135135
///
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
137137
/// bloats code.
138138
@noreturn @inline(never)
139139
@_semantics("stdlib_binary_only")

0 commit comments

Comments
 (0)