File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ pub struct Analysis {
208
208
// API, the API should in theory be usable as a library, or via a different
209
209
// protocol.
210
210
impl Analysis {
211
- // Creates an analysis instance for a single file, without any extenal
211
+ // Creates an analysis instance for a single file, without any external
212
212
// dependencies, stdlib support or ability to apply changes. See
213
213
// `AnalysisHost` for creating a fully-featured analysis.
214
214
pub fn from_single_file ( text : String ) -> ( Analysis , FileId ) {
@@ -684,7 +684,7 @@ impl Analysis {
684
684
/// repeatable read). So what we do is we **cancel** all pending queries
685
685
/// before applying the change.
686
686
///
687
- /// Salsa implements cancelation by unwinding with a special value and
687
+ /// Salsa implements cancellation by unwinding with a special value and
688
688
/// catching it on the API boundary.
689
689
fn with_db < F , T > ( & self , f : F ) -> Cancellable < T >
690
690
where
You can’t perform that action at this time.
0 commit comments