Skip to content

Commit 300d473

Browse files
PeterIvanovfunny-falcon
authored andcommitted
Update comment in property.go
1 parent 9d2d5fd commit 300d473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

property.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func RegisterProperty(label string) Property {
2424

2525
// RegisterPrintableProperty registers a new property key for informational value.
2626
// 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.
27+
// Printable property will be included in Error() message, both name and value.
2828
func RegisterPrintableProperty(label string) Property {
2929
return newProperty(label, true)
3030
}

0 commit comments

Comments
 (0)