From 07d3e40f2e5f605b10818b97b580ebd46589b9b2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:23:05 +0000 Subject: [PATCH] docs(readme): fix typo (#148) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcafa0..778ed1d 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,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: