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 0c5d333 commit e3353aaCopy full SHA for e3353aa
bytecode/src/bytecode.rs
@@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
9
use std::collections::{HashMap, HashSet};
10
use std::fmt;
11
12
-/// Sourcode location.
+/// Sourcecode location.
13
#[derive(Clone, Copy, Debug, Default, PartialEq, Serialize, Deserialize)]
14
pub struct Location {
15
row: usize,
0 commit comments