Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit a43cb01

Browse files
natecook1000xwu
andauthored
Update ObjectIdentifier.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 9c9c5da commit a43cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ObjectIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/// A unique identifier for a class instance or metatype.
1414
///
15-
/// And the unique identifier is only valid for comparisons during the lifetime
15+
/// This unique identifier is only valid for comparisons during the lifetime
1616
/// of the instance.
1717
///
1818
/// In Swift, only class instances and metatypes have unique identities. There

0 commit comments

Comments
 (0)