Skip to content

Commit cb456b0

Browse files
Update permission.md (#16975)
Fixed similar issue as #8505
1 parent e74a2f6 commit cb456b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.assetid: 769e93fe-8404-443f-bf99-577aa42b6a49
2323

2424
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 translates `member` to the canonical element name in the output XML. *member* must appear within double quotation marks (" ").
2525

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

2828
- `description`
2929

0 commit comments

Comments
 (0)