diff --git a/source/memory.tex b/source/memory.tex index c2a19ebbb6..eb593459ad 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -8176,9 +8176,8 @@ The resulting object will hold a copy of \tcode{upstream}, but will not own the resource to which \tcode{upstream} points. \begin{note} -The intention is that calls to \tcode{upstream->allocate()} -will be substantially fewer than calls to \tcode{this->allocate()} -in most cases. +The intention is that in most cases there will be substantially fewer +calls to \tcode{upstream->allocate()} than to \tcode{this->allocate()}. \end{note} The behavior of the pooling mechanism is tuned according to the value of the \tcode{opts} argument.