Skip to content

Commit deba498

Browse files
committed
fix plural
1 parent 6b91c9f commit deba498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,10 @@ Displays the current time
14461446
14471447
```
14481448
search
1449-
[#system/timer hours minutes seconds]
1449+
[#system/timer hour minute second]
14501450

14511451
bind
1452-
[#ui/text text: "{{hours}}:{{minutes}}:{{seconds}}"]
1452+
[#ui/text text: "{{hour}}:{{minute}}:{{second}}"]
14531453
```
14541454
</code>
14551455
</td>

0 commit comments

Comments
 (0)