Skip to content

Commit d0d1516

Browse files
Add missing "parameters" directive
Co-authored-by: Ben Rimmington <[email protected]>
1 parent 63323e0 commit d0d1516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/core/ObjectIdentifier.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public struct ObjectIdentifier: Sendable {
5959

6060
/// Creates an instance that uniquely identifies the given metatype.
6161
///
62-
/// - x: A metatype.
62+
/// - Parameters:
63+
/// - x: A metatype.
6364
@inlinable // trivial-implementation
6465
public init(_ x: Any.Type) {
6566
self._value = unsafeBitCast(x, to: Builtin.RawPointer.self)

0 commit comments

Comments
 (0)