We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c85d4 commit 73b3824Copy full SHA for 73b3824
src/scanner.rs
@@ -103,7 +103,7 @@ pub struct ScannerState {
103
/// at the beginning of the next window.
104
pub completes_last_str: bool,
105
106
- /// This describes the mission of this scanner. It is a static unmutable reference.
+ /// This describes the mission of this scanner using a static immutable reference.
107
pub mission:&'static Mission,
108
}
109
0 commit comments