Skip to content

Commit b94b7a1

Browse files
committed
Clear up wording
1 parent 0d06ee3 commit b94b7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/started/goroutines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ have a little more work to do to get the same safety and performance as internal
1414
## Updating from a goroutine
1515

1616
Any time your app invokes Fyne APIs from a goroutine your code created, you should use the
17-
`fyne.Do` function to tell Fyne that you want to queue updates to the rendered application,
18-
for example with a `canvas.Text` called `output` you may want to update the time each second.
17+
`fyne.Do` function. This tells Fyne that you want to queue changes to the application interface.
18+
For example with a `canvas.Text` called `output` you may want to update the time each second.
1919
The key code there would be:
2020

2121
```go

0 commit comments

Comments
 (0)