Skip to content

Commit

Permalink
Fix typo in linesfrombytes example
Browse files Browse the repository at this point in the history
  • Loading branch information
guhwanbae authored and kirkshoop committed Mar 13, 2022
1 parent 6427907 commit 67fb764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main()
}) |
as_dynamic();
}) |
tap([](vector<uint8_t>& v){
tap([](const vector<uint8_t>& v){
// print input packet of bytes
copy(v.begin(), v.end(), ostream_iterator<long>(cout, " "));
cout << endl;
Expand Down

0 comments on commit 67fb764

Please sign in to comment.