1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:20:22 -07:00

Docs: Clarify sentence

This commit is contained in:
Jonathan Chen 2018-05-24 07:39:24 -07:00 committed by GitHub
parent 65c365bf0f
commit a354b4d216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ analysis easy and avoids much of the overhead of C-style include files and
libraries.
<li>
Go's type system has no hierarchy, so no time is spent defining the
relationships between types. Also, although Go has static types the language
relationships between types. Also, although Go has static types, the language
attempts to make types feel lighter weight than in typical OO languages.
<li>
Go is fully garbage-collected and provides fundamental support for