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 05f0dac commit 63f2050Copy full SHA for 63f2050
data-structures/doubly-linked-list/doubly-linked-list-tests.htm
@@ -23,7 +23,7 @@ <h1>Doubly Linked List Tests</h1>
23
// Base Test Suite
24
//-------------------------------------------------------------------------
25
26
- var suite = new YAHOO.tool.TestSuite("Linked List Tests");
+ var suite = new YAHOO.tool.TestSuite("Doubly Linked List Tests");
27
28
29
// Test Case for adding
0 commit comments