Skip to content

Commit

Permalink
Change README to note reference param
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMax committed Jan 23, 2024
1 parent 7b8f7d2 commit 25c5025
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 @@ -107,7 +107,7 @@ If your **Writer** is also a **BufferedReader**, you should leave the buffer alo
```cpp
struct Seekable
{
size_t LexSeek(const LexIO::SeekPos pos);
size_t LexSeek(const LexIO::SeekPos &pos);
};
```

Expand Down

0 comments on commit 25c5025

Please sign in to comment.