Skip to content

Commit a9af098

Browse files
authored
Update ObjectIdentifier.swift
1 parent 4a4c6c0 commit a9af098

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/public/core/ObjectIdentifier.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
/// is no notion of identity for structs, enums, functions, or tuples.
1717
///
1818
/// `ObjectIdentifier` is only guaranteed to remain unique for the
19-
/// lifetime of an object. When the instance gets deallocated, its object
20-
/// identifier may be reused for a different object. (Internally, objects are
21-
/// identified by their memory location.)
19+
/// lifetime of an object.
2220
@frozen // trivial-implementation
2321
public struct ObjectIdentifier {
2422
@usableFromInline // trivial-implementation

0 commit comments

Comments
 (0)