Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/stfairy/ranch
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 23, 2014
2 parents 723f1b1 + b9e684e commit c1d0c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The general idea stays the same though.
<< Size:32, _/bits >> = Buffer,
case Buffer of
<< Frame:Size/binary, Rest/bits >> ->
handle_frame(Frame, Buffer);
handle_frame(Frame, Rest);
_ ->
get_more_data(Buffer)
end.
Expand Down

0 comments on commit c1d0c45

Please sign in to comment.