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

@@ -146,8 +146,8 @@ func (obj *MapLookupPolyFunc) Polymorphisms(partialType *types.Type, partialValu
return []*types.Type{typFunc}, nil // solved!
}
// 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.