From ae53f6f6bf565fc0c3d8c5b35410cac6eb3d0e11 Mon Sep 17 00:00:00 2001 From: Sherzod Karimov Date: Wed, 8 Nov 2023 14:29:24 -0500 Subject: [PATCH] spell check --- README.md | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c52e1aa9153..34c992234a2 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ func main() { } ``` -### Endocder/Decoder +### Encoder/Decoder By default, datadog-api-client-go uses the Go standard library [`enconding/json`](https://pkg.go.dev/encoding/json) to encode and decode data. This can be switched to use [`goccy/go-json`](https://github.com/goccy/go-json) by specifying the go build tag `goccy_gojson` diff --git a/doc.go b/doc.go index 955027524e0..cef8f0b96ef 100644 --- a/doc.go +++ b/doc.go @@ -167,7 +167,7 @@ // // } // -// Endocder/Decoder +// Encoder/Decoder // // By default, datadog-api-client-go uses the Go standard library enconding/json (https://pkg.go.dev/encoding/json) to encode and decode data. This can be switched to use goccy/go-json (https://github.com/goccy/go-json) by specifying the go build tag goccy_gojson //