lang: Misc fixes for typos and grammar

This commit is contained in:
James Shubin
2018-02-28 00:35:22 -05:00
parent 3ad7097c8a
commit a5c3db6303
7 changed files with 13 additions and 13 deletions

View File

@@ -504,8 +504,8 @@ func (obj *OperatorPolyFunc) Polymorphisms(partialType *types.Type, partialValue
return results, nil
}
// Build is run to turn the polymorphic, undeterminted function, into the
// specific statically type version. It is usually run after Unify completes,
// Build is run to turn the polymorphic, undetermined function, into the
// specific statically typed version. It is usually run after Unify completes,
// and must be run before Info() and any of the other Func interface methods are
// used. This function is idempotent, as long as the arg isn't changed between
// runs. It typically re-labels the input arg names to match what is actually