From a001347f7517921e581d0deaa1ffab650266e390 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:29:49 +0000 Subject: [PATCH] chore(internal): codegen related update (#183) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c51241a..00d3a99 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,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: