Skip to content

Commit 5b9f54f

Browse files
authored
Update WidgetDiff.fs
1 parent a3e90e1 commit 5b9f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fabulous/WidgetDiff.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type ScalarChange =
8282
and [<Struct; RequireQualifiedAccess>] WidgetChange =
8383
| Added of widget: WidgetAttribute
8484
| Removed of widget: WidgetAttribute
85-
| Updated of widget: WidgetAttribute * diff: WidgetDiff // old * diff
85+
| Updated of widget: WidgetAttribute * diff: WidgetDiff // updated * diff
8686
| ReplacedBy of widget: WidgetAttribute
8787

8888
and [<Struct; RequireQualifiedAccess>] WidgetCollectionChange =

0 commit comments

Comments
 (0)