Skip to content

Commit 46d36c8

Browse files
committed
[gardening] Correct comment
1 parent 3a5c7bc commit 46d36c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/ObjectIdentifier.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public struct ObjectIdentifier {
2121

2222
/// Creates an instance that uniquely identifies the given class instance.
2323
///
24-
/// The following example creates an example class `A` and compares instances
25-
/// of the class using their object identifiers and the identical-to
24+
/// The following example creates an example class `IntegerRef` and compares
25+
/// instances of the class using their object identifiers and the identical-to
2626
/// operator (`===`):
2727
///
2828
/// class IntegerRef {

0 commit comments

Comments
 (0)