Skip to content

Commit

Permalink
fix typo in cross-library AST manipulation docs section (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter authored Jan 11, 2024
1 parent dae7421 commit ac82000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upickleReadme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ac82000

Please sign in to comment.