Skip to content

Commit 1e70b76

Browse files
committed
Merge pull request #799 from guidomb/guidomb-patch-1
Changes ref to out
2 parents 132113c + 8777119 commit 1e70b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/reactive-command-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LoadUsersAndAvatars = ReactiveCommand.CreateAsyncTask(async _ => {
4646
return users;
4747
});
4848

49-
LoadUsersAndAvatars.ToProperty(this, x => x.Users, ref users);
49+
LoadUsersAndAvatars.ToProperty(this, x => x.Users, out users);
5050

5151
LoadUsersAndAvatars.ThrownExceptions
5252
.Subscribe(ex => this.Log().WarnException("Failed to load users", ex));

0 commit comments

Comments
 (0)