diff --git a/bytecode/src/bytecode.rs b/bytecode/src/bytecode.rs index eefd7609a1..c09d717a0b 100644 --- a/bytecode/src/bytecode.rs +++ b/bytecode/src/bytecode.rs @@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize}; use std::collections::{HashMap, HashSet}; use std::fmt; -/// Sourcode location. +/// Sourcecode location. #[derive(Clone, Copy, Debug, Default, PartialEq, Serialize, Deserialize)] pub struct Location { row: usize,