We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ed201 commit 6ed82b0Copy full SHA for 6ed82b0
src/fallback.rs
@@ -383,7 +383,7 @@ impl SourceMap {
383
fn add_file(&mut self, name: &str, src: &str) -> Span {
384
let (len, lines) = lines_offsets(src);
385
let lo = self.next_start_pos();
386
- // XXX(nika): Shouild we bother doing a checked cast or checked add here?
+ // XXX(nika): Should we bother doing a checked cast or checked add here?
387
let span = Span {
388
lo,
389
hi: lo + (len as u32),
0 commit comments