Skip to content

Commit cef6a23

Browse files
committed
Fix doc comment for swift_reflection_genericArgumentCountOfTypeRef, NFC.
1 parent 2966d99 commit cef6a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SwiftRemoteMirror/SwiftRemoteMirror.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ swift_reflection_childOfMetadata(SwiftReflectionContextRef ContextRef,
9696
uintptr_t Metadata,
9797
unsigned Index);
9898

99-
/// Returns a fully instantiated typeref for a generic argument by index.
99+
/// Returns the number of generic arguments of a typeref.
100100
unsigned
101101
swift_reflection_genericArgumentCountOfTypeRef(swift_typeref_t OpaqueTypeRef);
102102

0 commit comments

Comments
 (0)