diff --git a/godoc/static/analysis/help.html b/godoc/static/analysis/help.html index 61f06651..82409fb4 100644 --- a/godoc/static/analysis/help.html +++ b/godoc/static/analysis/help.html @@ -77,7 +77,8 @@
Clicking on the identifier that defines a named type causes a panel
to appear, displaying information about the named type, including
- its size and alignment in bytes, its method set, and its
+ its size and alignment in bytes, its
+ method set, and its
implements relation: the set of types T that are assignable to
or from this type U where at least one of T or U is an interface.
@@ -251,7 +252,7 @@
⚠ All analysis results pertain to exactly
one configuration (e.g. amd64 linux). Files that are conditionally
compiled based on different platforms or build tags are not visible
- to the analysis.
+ to the analysis.
⚠ Files that import "C"
require
preprocessing by the cgo tool. The file offsets after preprocessing
@@ -259,7 +260,8 @@
⚠ Files are not periodically re-analyzed.
If the files change underneath the running server, the displayed
- markup is misaligned.
+ markup is misaligned.
- ⚠ Additional issues are listed at go.tools/godoc/analysis/README.
+ ⚠ Additional issues are listed at
+ tools/godoc/analysis/README.