We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d5fd commit 300d473Copy full SHA for 300d473
property.go
@@ -24,7 +24,7 @@ func RegisterProperty(label string) Property {
24
25
// RegisterPrintableProperty registers a new property key for informational value.
26
// It is used both to add a dynamic property to an error instance, and to extract property value back from error.
27
-// Informational property will be included in Error() message.
+// Printable property will be included in Error() message, both name and value.
28
func RegisterPrintableProperty(label string) Property {
29
return newProperty(label, true)
30
}
0 commit comments