We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0475ac4 commit 13fc952Copy full SHA for 13fc952
Src/StringBuilderArray/StringBuilderArray.cs
@@ -68,11 +68,12 @@ private void MakeThisPrevious()
68
if(_next != null)
69
{
70
/*
71
+ * Move data(and prev/next links) between this and emptyNext(empty because outlived Clear)
72
* before
- * (prev)->(this)->(next)->...
73
+ * (prev)->(this)->(emptyNext)->...
74
*
75
* after
- * (prev)->(next)->(this)->...
76
+ * (prev)->(next)->(emptyNext)->...
77
78
*/
79
0 commit comments