Skip to content

Commit 766a598

Browse files
authored
Merge pull request RustPython#1900 from Kienyew/fix-typo
Fix Sourcode
2 parents 0c5d333 + e3353aa commit 766a598

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)