mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Correct comment of List.map3 signature
This commit is contained in:
parent
f9ed060e49
commit
3fbb081f75
1 changed files with 1 additions and 1 deletions
|
@ -2577,7 +2577,7 @@ fn list_map2(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
lowlevel_3(symbol, LowLevel::ListMap2, var_store)
|
||||
}
|
||||
|
||||
/// List.map3 : List a, List b, (a, b -> c) -> List c
|
||||
/// List.map3 : List a, List b, List c, (a, b, c -> d) -> List d
|
||||
fn list_map3(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||
lowlevel_4(symbol, LowLevel::ListMap3, var_store)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue