Skip to content

Commit

Permalink
Addendum print comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grasshopper47 committed Nov 30, 2023
1 parent 00010cb commit b678028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/standard_library/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ std::println(person);
std::print(person);

std::println("Hello world!"); // Prints with a newline at the end of the input
std::print("Hello world!"); // Prints the input and keeps cursor on the same
std::print("Hello world!"); // Prints the input and keeps cursor on the same line
```

0 comments on commit b678028

Please sign in to comment.