Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ra-salsa/src/durability.rs')
| -rw-r--r-- | crates/ra-salsa/src/durability.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra-salsa/src/durability.rs b/crates/ra-salsa/src/durability.rs index 7b8e6840fc..9116f1606f 100644 --- a/crates/ra-salsa/src/durability.rs +++ b/crates/ra-salsa/src/durability.rs @@ -11,7 +11,7 @@ /// case), and we know that the query only used inputs of medium /// durability or higher, then we can skip that enumeration. /// -/// Typically, one assigns low durabilites to inputs that the user is +/// Typically, one assigns low durabilities to inputs that the user is /// frequently editing. Medium or high durabilities are used for /// configuration, the source from library crates, or other things /// that are unlikely to be edited. |