fix typo in readme
This commit is contained in:
parent
74c33f6371
commit
5f62668d82
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ if an existing file with this name exists.
|
||||||
```cpp
|
```cpp
|
||||||
std::vector<int> v(10);
|
std::vector<int> v(10);
|
||||||
std::generate(v.begin(), v.end(), std::rand);
|
std::generate(v.begin(), v.end(), std::rand);
|
||||||
CLUTCHLOG(debug, vec, "test_{n}.dat");
|
CLUTCHDUMP(debug, vec, "test_{n}.dat");
|
||||||
/* Will output in cat "rand_0.dat"
|
/* Will output in cat "rand_0.dat"
|
||||||
* # [t-dump] Info in main (at depth 5) @ /home/nojhan/code/clutchlog/tests/t-dump.cpp:22
|
* # [t-dump] Info in main (at depth 5) @ /home/nojhan/code/clutchlog/tests/t-dump.cpp:22
|
||||||
* 1804289383
|
* 1804289383
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue