Fix runtime error doc

This commit is contained in:
Guillaume Gomez 2025-04-09 14:05:54 +02:00 committed by René Kijewski
parent 20149db16f
commit 4af7a13cbd

View File

@ -35,4 +35,4 @@ or by calling directly the `askama::get_value` function:
```
If you try to retrieve a value with the wrong type or that you didn't set, you will get an
`Err(ValueError)`.
`Err(askama::Error::ValueType)` or a `Err(askama::Error::ValueMissing)`.