Skip to content

Commit

Permalink
moveBack moves back, not front
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellery Newcomer committed Jul 23, 2012
1 parent 4c4c35c commit 6e81ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/container.d
Expand Up @@ -88,7 +88,7 @@ $(TR $(TDNW $(D c.back)) $(TDNW $(D log n$(SUB c))) $(TD Returns the
last element of the _container, in a _container-defined order.))
$(TR $(TDNW $(D c.moveBack)) $(TDNW $(D log n$(SUB c))) $(TD
Destructively reads and returns the first element of the
Destructively reads and returns the last element of the
container. The slot is not removed from the _container; it is left
initalized with $(D T.init). This routine need not be defined if $(D
front) returns a $(D ref).))
Expand Down

0 comments on commit 6e81ceb

Please sign in to comment.