Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix typos #30144

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/debugging_with_gdb.html
Expand Up @@ -256,7 +256,7 @@ <h3 id="Inspecting_the_source">Inspecting the source</h3>
</pre>

<p>
List a specific part of the source parametrizing <code>"list"</code> with a
List a specific part of the source parameterizing <code>"list"</code> with a
function name (it must be qualified with its package name).
</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/go1.3.html
Expand Up @@ -525,7 +525,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
The <a href="/pkg/net/http/"><code>net/http</code></a> package's
<a href="/pkg/net/http/#Request.ParseMultipartForm"><code>Request.ParseMultipartForm</code></a>
method will now return an error if the body's <code>Content-Type</code>
is not <code>mutipart/form-data</code>.
is not <code>multipart/form-data</code>.
Prior to Go 1.3 it would silently fail and return <code>nil</code>.
Code that relies on the previous behavior should be updated.
</li>
Expand Down