Skip to content

Commit 922c87f

Browse files
committed
Wording in README
1 parent 1811368 commit 922c87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ void my_function_template() {
114114
}
115115
```
116116

117-
### Printing current timestamp at the precision of microsecond
117+
### Print the current time
118118

119-
To print current time with dbg, you can simply write:
119+
To print a timestamp, you can use the `dbg::time()` helper:
120120
```c++
121121
dbg(dbg::time());
122122
```

0 commit comments

Comments
 (0)