Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dszoboszlay authored Oct 18, 2024
1 parent 11d97aa commit 9948963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/src/v3_core.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ generator(Line, {Generate,Lg,P,E}, Gs, St0) when Generate =:= b_generate;
%% long, in which case no more elements are generated.
%%
%% However, patterns can be variable length too, like
%% <<0:1, X:15, Y:X>>. In this case we geenerate a skip pattern that
%% <<0:1, X:15, Y:X>>. In this case we generate a skip pattern that
%% still attempts to parse the field lengths:
%% <<_:1, X:16, _:X, Tail/bitstring>>. If it matches, we can
%% continue the generator on the tail, otherwise we can stop.
Expand Down

0 comments on commit 9948963

Please sign in to comment.