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 1554f87 commit 6610ba8Copy full SHA for 6610ba8
1 Fundamental/1.3/1.3.49/StackQueue.cs
@@ -78,7 +78,7 @@ public Item Dequeue()
78
else if (!this.isRecopying && Lendiff() == 0)
79
{
80
Item temp = this.H.Pop();
81
- this.HH = this.H;
+ this.h = this.H;
82
this.isRecopying = true;
83
OneStep(OneStep(this));
84
return temp;
0 commit comments