Skip to content

Commit 224f864

Browse files
committed
Fixed a typo
1 parent b1e3810 commit 224f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mvvm/ObservableObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class MyModel : ObservableObject
7777

7878
public void RequestValue()
7979
{
80-
LoadingTask = WebService.LoadMyValueAsync();
80+
RequestTask = WebService.LoadMyValueAsync();
8181
}
8282
}
8383
```

0 commit comments

Comments
 (0)