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

@@ -101,8 +101,8 @@ func (obj *simplePolyFunc) Polymorphisms(partialType *types.Type, partialValues
return typs, 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.
func (obj *simplePolyFunc) Build(typ *types.Type) error {