]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/runtime/error.go
runtime: add available godoc link
[gostls13.git] / src / runtime / error.go
index 3590ccd965715eda61568affdb79d41ad3905de1..b507f25e185d661789d3531ec64c9a5659f7ce47 100644 (file)
@@ -93,7 +93,7 @@ func (e errorAddressString) Error() string {
 // The address provided is best-effort.
 // The veracity of the result may depend on the platform.
 // Errors providing this method will only be returned as
-// a result of using runtime/debug.SetPanicOnFault.
+// a result of using [runtime/debug.SetPanicOnFault].
 func (e errorAddressString) Addr() uintptr {
        return e.addr
 }