Skip to content

Commit

Permalink
Update Compound.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Feb 18, 2024
1 parent fa2a55b commit 2b910d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Compound internal constructor(

binMap.entries.forEach { (key, value) ->
val hexStr = HexFormat.of().formatHex(value)
builder.append("\n\"$key\": (binary) $hexStr")
builder.append("\n\"$key\": (serialized) $hexStr")
}

map.entries.forEach { (key, value) ->
Expand Down

0 comments on commit 2b910d9

Please sign in to comment.