Skip to content

Commit

Permalink
[doc j8] Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 4, 2025
1 parent 6be823b commit b39a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_lang/j8.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _PrintBashPrefix(self, type_str, level):
self._ItemIndent(level)
self.buf.write('"type":')
self._MaybeSpace()
self.buf.write(type_str) # "BashArray", or "BashAssoc",
self.buf.write(type_str) # "BashArray", "SparseArray", or "BashAssoc",

self._MaybeNewline()

Expand Down

0 comments on commit b39a8c7

Please sign in to comment.