Skip to content

Commit 14a67d3

Browse files
imerajhappi
authored andcommitted
Fix variable name: CompressedTableSize to UnCompressedTableSize
1 parent c6fb94b commit 14a67d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/beam_modules.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ We can parse the chunk like this:
426426
[source,erlang]
427427
----
428428
parse_chunks([{"LitT", _ChunkSize,
429-
<<_CompressedTableSize:32, Compressed/binary>>}
429+
<<_UnCompressedTableSize:32, Compressed/binary>>}
430430
| Rest], Acc) ->
431431
<<_NumLiterals:32,Table/binary>> = zlib:uncompress(Compressed),
432432
Literals = parse_literals(Table),

0 commit comments

Comments
 (0)