diff options
Diffstat (limited to 'parser/ozchai.fnl')
| -rw-r--r-- | parser/ozchai.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/ozchai.fnl b/parser/ozchai.fnl index 50bfd6a..f1bbcae 100644 --- a/parser/ozchai.fnl +++ b/parser/ozchai.fnl @@ -28,7 +28,7 @@ :url product.url :title product.title :description product.descr - ;; FIXME: parse all editions into different projects + ;; FIXME: parse all editions into different products :image (if (< 0 (# gallery)) (. gallery 1 :img) "") |
