From c209145948f604fe8a2751efee837a78ed5c1f43 Mon Sep 17 00:00:00 2001
From: Mark McGranaghan
Date: Fri, 31 May 2019 12:14:54 -0700
Subject: [PATCH] "An HTTP"
This could go either way, but my pronunciation of HTTP dictates "an" (:
https://www.quora.com/A-http-or-an-http-which-is-the-correct-grammatical-usage
---
examples/http-clients/http-clients.go | 4 ++--
examples/http-clients/http-clients.hash | 4 ++--
public/http-clients | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/examples/http-clients/http-clients.go b/examples/http-clients/http-clients.go
index e986748..b1e6db2 100644
--- a/examples/http-clients/http-clients.go
+++ b/examples/http-clients/http-clients.go
@@ -12,8 +12,8 @@ import (
func main() {
- // Issue a HTTP GET request to a server. http.Get is a
- // convenient shortcut around creating a http.Client
+ // Issue an HTTP GET request to a server. http.Get is a
+ // convenient shortcut around creating an http.Client
// object and calling its Get() method; it uses the
// http.DefaultClient object which has useful default
// settings.
diff --git a/examples/http-clients/http-clients.hash b/examples/http-clients/http-clients.hash
index bd99392..3057f1d 100644
--- a/examples/http-clients/http-clients.hash
+++ b/examples/http-clients/http-clients.hash
@@ -1,2 +1,2 @@
-991df79b50b0d512a034ec929339a06a1e6230ee
-lz5Z7oVYqyF
+84f4d5d6264837f07a84c27a09f14e429e8daf94
+HDsvgdX4tGg
diff --git a/public/http-clients b/public/http-clients
index 76419d8..5e482e4 100644
--- a/public/http-clients
+++ b/public/http-clients
@@ -20,7 +20,7 @@ HTTP requests.
-
+
@@ -57,8 +57,8 @@ HTTP requests.
|
- Issue a HTTP GET request to a server. http.Get is a
-convenient shortcut around creating a http.Client
+ Issue an HTTP GET request to a server. http.Get is a
+convenient shortcut around creating an http.Client
object and calling its Get() method; it uses the
http.DefaultClient object which has useful default
settings.
|