From ac8200039442cffc19000fc5a6d0f8598c27cd12 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 11 Jan 2024 07:23:00 +0100 Subject: [PATCH] fix typo in cross-library AST manipulation docs section (#546) --- upickleReadme/Readme.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index c9a36e8e4..8543fa8e3 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -633,7 +633,7 @@ Each example parses JSON from a string into that particular library's JSON AST, manipulates the AST using that library, un-pickles it into Scala data types, then serializes those data types first into that - library's AST then back to a st.ring + library's AST then back to a string. @sect{Argonaut} @b{Maven Coordinates}