Merge pull request #3590 from rtfeldman/update-wording

Update wording on a type mismatch
This commit is contained in:
Richard Feldman 2022-07-21 14:29:23 -04:00 committed by GitHub
commit fac29615c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 95 additions and 95 deletions

View file

@ -243,7 +243,7 @@ impl Expr {
match self {
Self::Num(..) => Category::Num,
Self::Int(..) => Category::Int,
Self::Float(..) => Category::Float,
Self::Float(..) => Category::Frac,
Self::Str(..) => Category::Str,
Self::SingleQuote(..) => Category::Character,
Self::List { .. } => Category::List,