Skip to content

Commit aaef88d

Browse files
committed
Typos
1 parent 5b255b4 commit aaef88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ra_hir/src/source_analyzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::{
3333
};
3434

3535
/// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of
36-
/// original source files. It should not be used pinside the HIR itself.
36+
/// original source files. It should not be used inside the HIR itself.
3737
#[derive(Debug)]
3838
pub struct SourceAnalyzer {
3939
file_id: HirFileId,

crates/ra_ide/src/syntax_highlighting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ mod tests {
317317
use crate::mock_analysis::{single_file, MockAnalysis};
318318

319319
#[test]
320-
fn te3st_highlighting() {
320+
fn test_highlighting() {
321321
let (analysis, file_id) = single_file(
322322
r#"
323323
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)