We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684adec commit f2aba8eCopy full SHA for f2aba8e
xml/issue4379.xml
@@ -27,7 +27,7 @@ if (n > capacity() && capacity() + <i>current-limits</i>.min > max
27
In addition, in the above scenario if we increase `max_size()` to 140 and `n` to 130,
28
we can see that although we could add one block with a capacity of <tt><i>current-limits</i>.min</tt>,
29
adding another would be impossible; we still cannot make <tt>capacity >= n</tt> without also
30
-being <tt>>= max_size</tt>.
+being <tt>> max_size</tt>.
31
<p/>
32
This is currently not stated in the <i>Throws:</i> element. I've implemented the requested additional
33
throws and they are easily achievable.
0 commit comments