Skip to content

Commit a94cf60

Browse files
cartermpmairaw
authored andcommitted
Update attributed.md: Pre -> Previous (#1224)
The button text only shows "Pre", which is different from the "Previous" button in other articles in this section.
1 parent bb2f36c commit a94cf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tour-of-csharp/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ This example attaches a `HelpAttribute` to the `Widget` class. It adds another `
2929
When a particular attribute is requested through reflection, the constructor for the attribute class is invoked with the information provided in the program source, and the resulting attribute instance is returned. If additional information was provided through properties, those properties are set to the given values before the attribute instance is returned.
3030

3131
>[!div class="step-by-step"]
32-
[Pre](delegates.md)
32+
[Previous](delegates.md)

0 commit comments

Comments
 (0)