Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Jo茫o Matos <joao@tritao.eu>
  • Loading branch information
ironcev and tritao committed Sep 6, 2023
1 parent 34c1011 commit a684128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use sway_types::{Ident, Span, Spanned};

use crate::language::ty::{self, TyScrutinee};

/// First tuple filed is `true` if the variable represented with [Span] is a struct field, otherwise `false`.
/// First tuple field is `true` if the variable represented with [Span] is a struct field, otherwise `false`.
pub(crate) type MatchVariable = (bool, Span);

pub(crate) struct MatchVariableDuplicate {
Expand Down

0 comments on commit a684128

Please sign in to comment.