Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Nov 8, 2024
1 parent 3d37c33 commit 39a581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats-new/dotnet-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ XAML markup extensions will need to be annotated with either the <xref:Microsoft

You can opt into compiling bindings that set the `Source` property, to take advantage of better runtime performance. For more information, see [Compile bindings that define the `Source` property](~/fundamentals/data-binding/compiled-bindings.md?view=net-maui-9.0&preserve-view=true#compile-bindings-that-define-the-source-property).

### Adopt compiled bindings in C#
### Adopt compiled bindings in C\#

You can opt into compiling binding expressions that are declared in code, to take advantage of better runtime performance. For more information, see [Compiled bindings in code](~/fundamentals/data-binding/compiled-bindings.md#compiled-bindings-in-code).

Expand Down

0 comments on commit 39a581c

Please sign in to comment.