Update src/aeb_fate_asm.erl

Co-Authored-By: happi <happi@stenmans.org>
This commit is contained in:
Ulf Norell 2019-03-01 12:27:46 +01:00 committed by GitHub
parent 04b086e545
commit 1c2b6fb501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
%%% 8. Tuples ( Elements ) %%% 8. Tuples ( Elements )
%%% () %%% ()
%%% (1, "foo") %%% (1, "foo")
%%% 9. Varaiants: (| Size | Tag | ( Elements ) |) %%% 9. Variants: (| Size | Tag | ( Elements ) |)
%%% (| 42 | 12 | ( "foo", 12) |) %%% (| 42 | 12 | ( "foo", 12) |)
%%% %%%
%%% Where Digits: [0123456789] %%% Where Digits: [0123456789]