Fork me on GitHub
#funcool
<
2016-08-18
>
niwinz06:08:18

(strr/format "%(foo) is the word" {:foo "bird"}) -> (strr/format "%(foo)s is the word" {:foo "bird"})

niwinz06:08:29

The s is missing on first form

mattly16:08:14

oh, the trailing s is required? I thought that was a simply something to be included in the string interpolation, for say pluralizing

mattly16:08:03

ok cool, thanks