Skip to content

Commit 00f86d1

Browse files
Merge pull request RustPython#288 from 11Takanori/fix-typo
Fix typo
2 parents 3bc9232 + 334d787 commit 00f86d1

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)