Skip to content

Commit 5e7986c

Browse files
RexJaeschkeBillWagner
authored andcommitted
change link's target name
1 parent 6fef998 commit 5e7986c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ The mechanism by which linkage to an external method is achieved is implementati
30263026
30273027
### 15.6.9 Partial methods
30283028
3029-
When a *method declaration* includes a `partial` modifier, that method is said to be a ***partial method***. Partial methods may only be declared as members of partial types ([§15.2.7](classes.md#1527-partial-type-declarations)), and are subject to a number of restrictions.
3029+
When a *method declaration* includes a `partial` modifier, that method is said to be a ***partial method***. Partial methods may only be declared as members of partial types ([§15.2.7](classes.md#1527-partial-type-declarations)).
30303030
30313031
Partial methods may be defined in one part of a type declaration and implemented in another, or be defined and implemented in the same part.
30323032

0 commit comments

Comments
 (0)