Skip to content

Commit e3353aa

Browse files
committed
Fix typo
1 parent 0c5d333 commit e3353aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bytecode/src/bytecode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
99
use std::collections::{HashMap, HashSet};
1010
use std::fmt;
1111

12-
/// Sourcode location.
12+
/// Sourcecode location.
1313
#[derive(Clone, Copy, Debug, Default, PartialEq, Serialize, Deserialize)]
1414
pub struct Location {
1515
row: usize,

0 commit comments

Comments
 (0)