Skip to content

Commit bd7ff4e

Browse files
committed
Fix cref
1 parent 114e7f4 commit bd7ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreatedWrapperFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace System.Runtime.InteropServices
55
{
66
/// <summary>
7-
/// Enumeration of flags for <see cref="ComWrappers.CreateObject(IntPtr, CreateObjectFlags, object?, out CreatedWrapperFlags)"/>.
7+
/// Enumeration of flags for <see cref="ComWrappers.CreateObject(IntPtr, CreateObjectFlags, object, out CreatedWrapperFlags)"/>.
88
/// </summary>
99
[Flags]
1010
public enum CreatedWrapperFlags

0 commit comments

Comments
 (0)