From e3353aac4e3aa96fff404637df0ad9cc5323d3ce Mon Sep 17 00:00:00 2001 From: Kienyew Date: Thu, 30 Apr 2020 12:57:09 +0800 Subject: [PATCH] Fix typo --- bytecode/src/bytecode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytecode/src/bytecode.rs b/bytecode/src/bytecode.rs index eefd7609a..c09d717a0 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,