Fix doc comment

This commit is contained in:
Richard Feldman 2020-12-03 22:30:24 -05:00 committed by GitHub
parent 31fd70d0b1
commit 544e1f294a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ pub fn str_count_graphemes<'a, 'ctx, 'env>(
)
}
/// Str.countGraphemes : Str -> Int
/// Str.fromInt : Int -> Str
pub fn str_from_int<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
scope: &Scope<'a, 'ctx>,