Skip to content

Commit 394032c

Browse files
committed
Clarify documentation about fluent extension methods with Binding instead of State
1 parent 2cd4a30 commit 394032c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Most public control properties are `[Bindable]` and participate in dependency tr
5959
The source generator emits:
6060

6161
- property accessors wired into the binding hub
62-
- fluent extension methods for `T`, `Func<T>`, and `State<T>` overloads
62+
- fluent extension methods for `T`, `Func<T>`, and `Binding<T>` overloads
6363

6464
## Bindable models (your own data types)
6565

0 commit comments

Comments
 (0)