Fix comment

This commit is contained in:
Richard Feldman 2020-12-03 22:26:09 -05:00 committed by GitHub
parent 4f549b7889
commit cb488f5f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1031,7 +1031,7 @@ fn str_count_graphemes(symbol: Symbol, var_store: &mut VarStore) -> Def {
) )
} }
/// Str.countGraphemes : Str -> Int /// Str.fromInt : Int -> Str
fn str_from_int(symbol: Symbol, var_store: &mut VarStore) -> Def { fn str_from_int(symbol: Symbol, var_store: &mut VarStore) -> Def {
let int_var = var_store.fresh(); let int_var = var_store.fresh();
let str_var = var_store.fresh(); let str_var = var_store.fresh();