luminus-framework / luminus

documentation site for Luminus framework
http://www.luminusweb.net/
629 stars 121 forks source link

Input validation doc #205

Open NOBLES5E opened 6 years ago

NOBLES5E commented 6 years ago

Hello

(st/validate {:band "MONO" :album "Hymn to the Immortal Wind" :year 2009} album-schema)
;; => true

This line does not seem correct to me

yogthos commented 6 years ago

Thanks, it should be st/valid?. I updated the docs.