mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Expand some docs
This commit is contained in:
parent
41af22a2ac
commit
8fbfae5e62
2 changed files with 26 additions and 1 deletions
|
@ -1350,7 +1350,7 @@ fn call_by_name<'a>(
|
|||
Some(specialization) => {
|
||||
opt_specialize_body = None;
|
||||
|
||||
// a specialization with this type hash already exists, use its symbol
|
||||
// a specialization with this type hash already exists, so use its symbol
|
||||
specialization.0
|
||||
}
|
||||
None => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue