Add code markers around between

This commit is contained in:
Jesse Gumm 2016-02-24 13:21:00 -06:00
parent 4cd1a41cb4
commit f39b4edb92

View file

@ -207,7 +207,7 @@ ok
+ `between(A, B) -> true|false` - shortcut for `between(A, now(), B)`
+ `between(A, Op1, Date, Op2, B) -> true|false` - the fully verbose option of
comparing between. `Op1` and `Op2` are custom operators. For example, if
you wanted to do an exclusive between, you can do:
you wanted to do an exclusive `between`, you can do:
`between(A, '<', Date, '<', B)`
**Note 1:** `Operator` must be an atom.