docs: fix inconsistent indendation of headers (#38927)

Pretty sure this was an oversight. All the other headers are `h2` and not `h4`.
This commit is contained in:
Thorsten Ball 2022-07-18 10:54:28 +02:00 committed by GitHub
parent e09ae00122
commit d8ba817bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ if err := Some(ctx); err != nil {
As with the `Is` function, the second argument to this function should generally be an error constant.
#### Use of `errors.HasType`
## Use of `errors.HasType`
Use this function to determine if a given error has a particular type.