mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
Fix runtime error doc
This commit is contained in:
parent
20149db16f
commit
4af7a13cbd
@ -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)`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user