Fix a typo.
This commit is contained in:
parent
aefa10405d
commit
9f6e7473d6
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ macro_rules! define_callbacks {
|
|||
($V)
|
||||
);
|
||||
|
||||
/// This function takes `ProvidedValue` and coverts it to an erased `Value` by
|
||||
/// This function takes `ProvidedValue` and converts it to an erased `Value` by
|
||||
/// allocating it on an arena if the query has the `arena_cache` modifier. The
|
||||
/// value is then erased and returned. This will happen when computing the query
|
||||
/// using a provider or decoding a stored result.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue