Convert section labels to title case

This commit is contained in:
Andrei Alexandrescu 2017-07-12 15:19:57 -04:00
parent 232380647b
commit 1a08d2a8d6
4 changed files with 15 additions and 15 deletions

View file

@ -688,7 +688,7 @@ private struct RBRange(N)
/**
* pop the front element from the range
*
* complexity: amortized $(BIGOH 1)
* Complexity: amortized $(BIGOH 1)
*/
void popFront()
{
@ -698,7 +698,7 @@ private struct RBRange(N)
/**
* pop the back element from the range
*
* complexity: amortized $(BIGOH 1)
* Complexity: amortized $(BIGOH 1)
*/
void popBack()
{