Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 14, 2019
1 parent e87b7af commit 5fcba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Optimizer.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ my class BlockVarOptimizer {
}
}

# Stsah the name we lowered it to.
# Stash the name we lowered it to.
$block.symbol($name, :lowered($new_name));
}
}
Expand Down

0 comments on commit 5fcba5b

Please sign in to comment.