Browse Source

[docs] Formatting.

woollybah 5 years ago
parent
commit
75e418d712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      collections.mod/linkedlist.bmx

+ 1 - 1
collections.mod/linkedlist.bmx

@@ -131,7 +131,7 @@ Public
 	End Method
 	
 	Rem
-	bbdoc: Adds the specified @newNode before the specified existing node in the LinkedList<T>.
+	bbdoc: Adds the specified @newNode before the specified existing node in the #TLinkedList.
 	End Rem
 	Method AddBefore(node:TLinkedListNode<T>, newNode:TLinkedListNode<T>)
 		ValidateNode(node)