Merge pull request #288 from 11Takanori/fix-typo

Fix typo
This commit is contained in:
Windel Bouwman
2019-02-03 14:58:24 +01:00
committed by GitHub

View File

@@ -221,7 +221,7 @@ pub enum Expression {
/*
* In cpython this is called arguments, but we choose parameters to
* distuingish between function parameters and actual call arguments.
* distinguish between function parameters and actual call arguments.
*/
#[derive(Debug, PartialEq, Default)]
pub struct Parameters {