[wiki] Fix example broken since v3.x

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-09 00:13:06 +02:00
parent 8708ecc05a
commit 3cd9567907
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -333,7 +333,7 @@ Syntax: `seededRandom <string-seed>`
Example:
```
# Your int this hour: {{ printf "%.0f" (multiply (seededRandom (list "int" .username (now "2006-01-02 15") | join ":")) 100) }}%
# Your int this hour: {{ printf "%.0f" (mul (seededRandom (list "int" .username (now | date "2006-01-02 15") | join ":")) 100) }}%
< Your int this hour: 17%
```