From 16de91d35135aeb77af774a224ec8e9ad49d581c Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Thu, 24 May 2018 14:49:29 +0000 Subject: [PATCH] doc: clarify sentence Change-Id: I6eb182968a8e00fe359d812f1eefc9bda896395b GitHub-Last-Rev: a354b4d2168ed4f1f1744c99c36ece276a24e046 GitHub-Pull-Request: golang/go#25540 Reviewed-on: https://go-review.googlesource.com/114318 Reviewed-by: Rob Pike --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index 99a0e4a550..cc81e49a9b 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -45,7 +45,7 @@ analysis easy and avoids much of the overhead of C-style include files and libraries.
  • 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.
  • Go is fully garbage-collected and provides fundamental support for -- 2.50.0