Skip to content

Commit 7173ea5

Browse files
phuctvtRon Petrusha
authored andcommitted
Tiny edit (#10514)
Sorry if I'm wrong.
1 parent c91f011 commit 7173ea5

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/programming-guide/concepts/attributes

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/concepts/attributes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The first parameter, the DLL name, is positional and always comes first; the oth
5151

5252
### Attribute targets
5353

54-
The *target* of an attribute is the entity to which the attribute applies. For example, an attribute may apply to a class, a particular method, or an entire assembly. By default, an attribute applies to the element that it precedes. But you can also explicitly identify, for example, whether an attribute is applied to a method, or to its parameter, or to its return value.
54+
The *target* of an attribute is the entity which the attribute applies to. For example, an attribute may apply to a class, a particular method, or an entire assembly. By default, an attribute applies to the element that it precedes. But you can also explicitly identify, for example, whether an attribute is applied to a method, or to its parameter, or to its return value.
5555

5656
To explicitly identify an attribute target, use the following syntax:
5757

0 commit comments

Comments
 (0)