mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
s/Int/Nat in a comment
This commit is contained in:
parent
e1cc4cbde6
commit
71f2444397
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub fn list_single<'a, 'ctx, 'env>(
|
|||
)
|
||||
}
|
||||
|
||||
/// List.repeat : elem, Int -> List elem
|
||||
/// List.repeat : elem, Nat -> List elem
|
||||
pub fn list_repeat<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
layout_ids: &mut LayoutIds<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue