mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Convert section labels to title case
This commit is contained in:
parent
232380647b
commit
1a08d2a8d6
4 changed files with 15 additions and 15 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue