Skip to content

Commit

Permalink
Merge pull request #14 from lambdaclass/progress
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
edg-l authored Dec 10, 2024
2 parents c200e15 + 7ec2fe6 commit e15d69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/workshop_p2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub enum Opcode {
Neq,
}

// An statement, separated by ;
// A statement, separated by ;
#[derive(Debug, Clone)]
pub enum Statement {
Let(LetStmt),
Expand Down
2 changes: 1 addition & 1 deletion src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub enum Opcode {
Neq,
}

// An statement, separated by ;
// A statement, separated by ;
#[derive(Debug, Clone)]
pub enum Statement {
Let(LetStmt),
Expand Down

0 comments on commit e15d69e

Please sign in to comment.