From 087a6594da66518432f4e31ed66fb1044622378c Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:08:53 -0300 Subject: fix string example --- src/gleam/json.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gleam/json.gleam b/src/gleam/json.gleam index e83a318..c5285c8 100644 --- a/src/gleam/json.gleam +++ b/src/gleam/json.gleam @@ -151,7 +151,7 @@ fn do_to_string_builder(a: Json) -> StringBuilder /// ## Examples /// /// ```gleam -/// > to_string("Hello!") +/// > to_string(string("Hello!")) /// "\"Hello!\"" /// ``` /// -- cgit v1.2.3