Skip to content

Commit 672433c

Browse files
authored
Merge pull request #16087 from tp/A-fix
2 parents 3a5c7bc + 46d36c8 commit 672433c

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)