From 9bb3aa5b31f8ce5cdc129503f76bf2b4895e1c58 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 19 Dec 2024 12:23:00 +0000 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d29223..01ca287a 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ if res.Name == "" { // true if `"name"` is either not present or explicitly null res.JSON.Name.IsNull() - // true if the `"name"` key was not present in the repsonse JSON at all + // true if the `"name"` key was not present in the response JSON at all res.JSON.Name.IsMissing() // When the API returns data that cannot be coerced to the expected type: