Skip to content

Commit 7d5e7a5

Browse files
authored
Fix second listing
1 parent 2589822 commit 7d5e7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ arrayNode += true
121121
arrayNode += 1
122122
arrayNode += 1.0
123123
arrayNode += "bar".toByteArray()
124-
println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
124+
println(arrayNode.toString()) // ["foo",true,1,1.0,"bar"]
125125
```
126126

127127
# Annotations

0 commit comments

Comments
 (0)