Skip to content

Commit 67fb764

Browse files
guhwanbaekirkshoop
authored andcommitted
Fix typo in linesfrombytes example
1 parent 6427907 commit 67fb764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int main()
6161
}) |
6262
as_dynamic();
6363
}) |
64-
tap([](vector<uint8_t>& v){
64+
tap([](const vector<uint8_t>& v){
6565
// print input packet of bytes
6666
copy(v.begin(), v.end(), ostream_iterator<long>(cout, " "));
6767
cout << endl;

0 commit comments

Comments
 (0)