We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5c7bc commit 46d36c8Copy full SHA for 46d36c8
stdlib/public/core/ObjectIdentifier.swift
@@ -21,8 +21,8 @@ public struct ObjectIdentifier {
21
22
/// Creates an instance that uniquely identifies the given class instance.
23
///
24
- /// The following example creates an example class `A` and compares instances
25
- /// of the class using their object identifiers and the identical-to
+ /// The following example creates an example class `IntegerRef` and compares
+ /// instances of the class using their object identifiers and the identical-to
26
/// operator (`===`):
27
28
/// class IntegerRef {
0 commit comments