Skip to content

Commit 334d787

Browse files
committed
distuingish -> distinguish
1 parent 3bc9232 commit 334d787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pub enum Expression {
221221

222222
/*
223223
* In cpython this is called arguments, but we choose parameters to
224-
* distuingish between function parameters and actual call arguments.
224+
* distinguish between function parameters and actual call arguments.
225225
*/
226226
#[derive(Debug, PartialEq, Default)]
227227
pub struct Parameters {

0 commit comments

Comments
 (0)