Skip to content

Commit f2aba8e

Browse files
committed
Fix typo in issue discussion
1 parent 684adec commit f2aba8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4379.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (n &gt; capacity() &amp;&amp; capacity() + <i>current-limits</i>.min &gt; max
2727
In addition, in the above scenario if we increase `max_size()` to 140 and `n` to 130,
2828
we can see that although we could add one block with a capacity of <tt><i>current-limits</i>.min</tt>,
2929
adding another would be impossible; we still cannot make <tt>capacity &gt;= n</tt> without also
30-
being <tt>&gt;= max_size</tt>.
30+
being <tt>&gt; max_size</tt>.
3131
<p/>
3232
This is currently not stated in the <i>Throws:</i> element. I've implemented the requested additional
3333
throws and they are easily achievable.

0 commit comments

Comments
 (0)