Skip to content

Commit a7bf8b7

Browse files
sssbohdankzaher
authored andcommitted
Update GettingStarted.md
Added print before setting second value in `Variable` to make example more clear.
1 parent 4995928 commit a7bf8b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/GettingStarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ _ = variable.asObservable()
911911
print("Completed 2")
912912
})
913913

914+
print("Before send 2")
915+
914916
variable.value = 2
915917

916918
print("End ---")
@@ -925,6 +927,7 @@ Before send 1
925927
First 1
926928
Before second subscription ---
927929
Second 1
930+
Before send 2
928931
First 2
929932
Second 2
930933
End ---

0 commit comments

Comments
 (0)