Skip to content

Commit e74a2f6

Browse files
Update seealso.md (#16974)
Changed reference to see for generics examples to cref attribute, as per #8505
1 parent 1afcc6d commit e74a2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/xmldoc/seealso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.assetid: 8e157f3f-f220-4fcf-9010-88905b080b18
2727

2828
A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes `member` to the element name in the output XML.`member` must appear within double quotation marks (" ").
2929

30-
For information on how to create a cref reference to a generic type, see [\<see>](./see.md).
30+
For information on how to create a cref reference to a generic type, see [cref attribute](./cref-attribute.md).
3131

3232
## Remarks
3333

0 commit comments

Comments
 (0)