Merge pull request #9397 from excitoon/patch-8

Little typo fixed
This commit is contained in:
alesapin 2020-02-27 12:50:50 +03:00 committed by GitHub
commit 1b82397177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ for (auto & stream : streams)
<< ", " << (timer.elapsed() / chunks_stats.hits) << " μsec/hit."; << ", " << (timer.elapsed() / chunks_stats.hits) << " μsec/hit.";
``` ```
**21** Do not write multiple expressions in a single line. **21.** Do not write multiple expressions in a single line.
**22.** Group sections of code inside functions and separate them with no more than one empty line. **22.** Group sections of code inside functions and separate them with no more than one empty line.