Skip to content

Commit 73b3824

Browse files
author
Jens Getreu
committed
correct typo
1 parent c8c85d4 commit 73b3824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct ScannerState {
103103
/// at the beginning of the next window.
104104
pub completes_last_str: bool,
105105

106-
/// This describes the mission of this scanner. It is a static unmutable reference.
106+
/// This describes the mission of this scanner using a static immutable reference.
107107
pub mission:&'static Mission,
108108
}
109109

0 commit comments

Comments
 (0)