content: change expression "under the covers" to "hood"

Fixes golang/tour#445

Change-Id: I69702bc5b3882188e8867e8112ec8e689e1ffb03
Reviewed-on: https://go-review.googlesource.com/123255
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
This commit is contained in:
B.G.Adrian 2018-07-11 15:29:55 +03:00 коммит произвёл Alberto Donizetti
Родитель 8ddcbfcc47
Коммит c07e9bc1ad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -164,7 +164,7 @@ implementation, which could then appear in any package without prearrangement.
* Interface values
Under the covers, interface values can be thought of as a tuple of a value and a
Under the hood, interface values can be thought of as a tuple of a value and a
concrete type:
(value, type)