ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.63k stars 218 forks source link

fix example of using string_length #1575

Closed allenwyma closed 2 weeks ago

allenwyma commented 2 weeks ago

Simple fix to docs to reflect actual api, where if you want to check the length of a string is exactly X, you should use the keyword exact:.

zachdaniel commented 2 weeks ago

🚀 Thank you for your contribution! 🚀