Skip to content

Commit b40e949

Browse files
committed
NH feedback
1 parent 384461a commit b40e949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/data-formats/ext-json.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fun main() {
6464
.outputMode(JsonMode.RELAXED)
6565
.build()
6666

67-
println(myDoc.toJson(settings))
67+
println(doc.toJson(settings))
6868
// end-write-doc
6969

7070
// start-write-bson

0 commit comments

Comments
 (0)