Skip to content

Commit

Permalink
fix md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RexJaeschke authored Nov 13, 2023
1 parent 27bebfc commit a5fb1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ In *method_declaration*, the identifier `partial` is recognized as a contextual
>
> *end example*
Only a defining partial method participates in overload resolution. As such, in the case of a restricted partial method, whether or not an implementing declaration is given, invocation expressions may resolve to invocations of the partial method.
Only a defining partial method participates in overload resolution. As such, in the case of a restricted partial method, whether or not an implementing declaration is given, invocation expressions may resolve to invocations of the partial method.
> *Note*: Because a restricted partial method always returns `void`, such invocation expressions will always be expression statements. Furthermore, because a restricted partial method is implicitly `private`, such statements will always occur within one of the parts of the type declaration within which the partial method is declared. *end note*
<!-- markdownlint-disable MD028 -->
Expand Down

0 comments on commit a5fb1d7

Please sign in to comment.