Skip to content

Commit 0ac4fdd

Browse files
committed
Merge pull request #1755 from marcusrossel/patch-1
Added a missing period in a comment.
2 parents 570c19b + e09b00e commit 0ac4fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Boolean.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public func || <T : Boolean, U : Boolean>(
4040

4141
// FIXME: We can't make the above @_transparent due to
4242
// rdar://problem/19418937, so here are some @_transparent overloads
43-
// for Bool. We've done the same for ObjCBool
43+
// for Bool. We've done the same for ObjCBool.
4444
@_transparent
4545
@warn_unused_result
4646
public func && <T : Boolean>(

0 commit comments

Comments
 (0)