mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
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:
parent
e09ae00122
commit
d8ba817bf0
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user