summaryrefslogtreecommitdiff
path: root/encode.go
diff options
context:
space:
mode:
Diffstat (limited to 'encode.go')
-rw-r--r--encode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/encode.go b/encode.go
index 2d16891..2830ace 100644
--- a/encode.go
+++ b/encode.go
@@ -78,7 +78,7 @@ func NewEncoder(w io.Writer) *Encoder {
// may write partial output, whereas encodin/json would not have
// written anything.
//
-// [documentation for encoding/json.Marshal]: https://pkg.go.dev/encoding/json@go1.18#Marshal
+// [documentation for encoding/json.Marshal]: https://pkg.go.dev/encoding/json@go1.20#Marshal
func (enc *Encoder) Encode(obj any) (err error) {
if enc.isRoot {
enc.w.par.Reset()