Added space before timer Lambda (#745)

Signed-off by Vincent Regaud <vzorglub@gmail.com>
pull/747/head
vzorglub 2018-07-15 11:26:06 +01:00 committed by Jerome Luckenbach
parent 5079461954
commit a3f8fdd980
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ One can configure whether specific log entries are logged out and where they get
For example:
```javascript
var Timer myTimer = createTimer(now.plusMinutes(5), [|
var Timer myTimer = createTimer(now.plusMinutes(5), [ |
logInfo("rules", "Timer activated")
])
```