We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e90e1 commit 5b9f54fCopy full SHA for 5b9f54f
src/Fabulous/WidgetDiff.fs
@@ -82,7 +82,7 @@ type ScalarChange =
82
and [<Struct; RequireQualifiedAccess>] WidgetChange =
83
| Added of widget: WidgetAttribute
84
| Removed of widget: WidgetAttribute
85
- | Updated of widget: WidgetAttribute * diff: WidgetDiff // old * diff
+ | Updated of widget: WidgetAttribute * diff: WidgetDiff // updated * diff
86
| ReplacedBy of widget: WidgetAttribute
87
88
and [<Struct; RequireQualifiedAccess>] WidgetCollectionChange =
0 commit comments