瀏覽代碼

[docs] Formatting.

woollybah 5 年之前
父節點
當前提交
75e418d712
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)