From f20d7c4b90ab4e9b942b0e3e9e394583ea3502ec Mon Sep 17 00:00:00 2001 From: Chad Skeeters Date: Mon, 11 Nov 2024 10:30:00 -0600 Subject: [PATCH] Updates comment to comply with go doc Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- decimal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decimal.go b/decimal.go index 3caf091..ad7e446 100644 --- a/decimal.go +++ b/decimal.go @@ -1799,7 +1799,7 @@ func (d Decimal) MarshalJSON() ([]byte, error) { return []byte(str), nil } -// MarshalYAML implements the yaml.Marshaler interface. +// MarshalYAML implements the [yaml.Marshaler] interface. func (d Decimal) MarshalYAML() (interface{}, error) { if MarshalYAMLWithoutQuotes { n := yaml.Node{