Expand some docs

This commit is contained in:
Richard Feldman 2020-05-02 13:31:05 -04:00
parent 41af22a2ac
commit 8fbfae5e62
2 changed files with 26 additions and 1 deletions

View file

@ -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 => {