Remove unnecessary slashes

master
Marc Gilleron 2021-01-22 18:48:06 +00:00
parent f0b89e5622
commit 95fe66c802
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void some_function() {
}
```
// To profile part of a function:
To profile part of a function:
```cpp
void some_function() {
// Some code...