Skip to content

Commit ee36a7f

Browse files
rtalexa1andydotxyz
authored andcommitted
fix: add missing method call
Comparing with the full example below, I believe the method call is missing in this section. Thank you for the great documentation so far!
1 parent 0839594 commit ee36a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

started/updating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ content of our label to the current time, with the help of
2424

2525
```go
2626
formatted := time.Now().Format("Time: 03:04:05")
27-
message(formatted)
27+
message.SetText(formatted)
2828
```
2929

3030
That is all we need to do to change content of a visible item (see below for the full code).

0 commit comments

Comments
 (0)