From: alkesh26 Date: Sat, 9 Feb 2019 17:33:42 +0000 (+0000) Subject: doc: fix typos X-Git-Tag: go1.12rc1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c7026f9d14795c7e50839cbcc37b04be65c4f7d7;p=gostls13.git doc: fix typos Change-Id: I46046cddceff2d44a7b2517db1ebf7acdf5f2b90 GitHub-Last-Rev: 7fb9f26476d2764f07d068ce612bf79b1e7f44b4 GitHub-Pull-Request: golang/go#30144 Reviewed-on: https://go-review.googlesource.com/c/161718 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index fd2c831925..3899ac92d5 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -256,7 +256,7 @@ Use the "l" or "list" command to inspect source code.

-List a specific part of the source parametrizing "list" with a +List a specific part of the source parameterizing "list" with a function name (it must be qualified with its package name).

diff --git a/doc/go1.3.html b/doc/go1.3.html index 18c638a1b5..feed6480c7 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -525,7 +525,7 @@ client. The net/http package's Request.ParseMultipartForm method will now return an error if the body's Content-Type -is not mutipart/form-data. +is not multipart/form-data. Prior to Go 1.3 it would silently fail and return nil. Code that relies on the previous behavior should be updated.