mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix a typo.
This commit is contained in:
@@ -278,7 +278,7 @@ pub mod queries {
|
||||
($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.
|
||||
|
||||
Reference in New Issue
Block a user