From d8803c8dad896465ee94f7a139075f280799bd57 Mon Sep 17 00:00:00 2001 From: Ejez <48388358+ejez@users.noreply.github.com> Date: Sun, 1 Nov 2020 10:02:03 +0300 Subject: [PATCH] Fix typo in `greetings-multiple-people.html` --- content/static/doc/tutorial/greetings-multiple-people.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/doc/tutorial/greetings-multiple-people.html b/content/static/doc/tutorial/greetings-multiple-people.html index 400cc98bd0..8100c080aa 100644 --- a/content/static/doc/tutorial/greetings-multiple-people.html +++ b/content/static/doc/tutorial/greetings-multiple-people.html @@ -120,7 +120,7 @@ received names (as a key) with a generated message (as a value). In Go, you initialize a map with the following syntax: make(map[key-type]value-type). You have - the Hello function return this map to the caller. + the Hellos function return this map to the caller.
  • Loop through the names your function received, checking that each has a