From 4fd361343449bcdf7af4642851dc5dbf772f1a68 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Mon, 11 Feb 2019 17:18:27 +0100 Subject: Fix some typos --- crates/ra_db/src/cancellation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_db/src') diff --git a/crates/ra_db/src/cancellation.rs b/crates/ra_db/src/cancellation.rs index 439080075..7420a1976 100644 --- a/crates/ra_db/src/cancellation.rs +++ b/crates/ra_db/src/cancellation.rs @@ -15,7 +15,7 @@ //! any background processing (this bit is handled by salsa, see the //! `BaseDatabase::check_canceled` method). -/// An "error" signifing that the operation was canceled. +/// An "error" signifying that the operation was canceled. #[derive(Clone, PartialEq, Eq, Hash)] pub struct Canceled { _private: (), -- cgit v1.2.3