Skip to content

Commit

Permalink
fix comment ids.rs (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidanserj authored Feb 12, 2025
1 parent 0b01b45 commit 1062ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-lang-filesystem/src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl CodeMapping {
/// The origin of a code mapping.
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
pub enum CodeOrigin {
/// The origin is a copied node staring at the given offset.
/// The origin is a copied node starting at the given offset.
Start(TextOffset),
/// The origin was generated from this span, but there's no direct mapping.
Span(TextSpan),
Expand Down

0 comments on commit 1062ba6

Please sign in to comment.