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 abe265d commit fa786bdCopy full SHA for fa786bd
src/1-digit/3-Three.js
@@ -226,7 +226,7 @@ Three.prototype._isolated_push = function (parent, value) {
226
Three.prototype._UNSAFE_push = function (parent, value) {
227
assert(parent._right === this);
228
parent._middle = parent._middle._UNSAFE_push(this._node(parent.M));
229
- // NOTE the following is dangerous if alternating push and init
+ // NOTE the following is dangerous if alternating _UNSAFE_push and init
230
parent._right = new One(value);
231
// TODO maybe final output can be fixed
232
return parent;
0 commit comments