From 50426f1c2c20b10bec70ba4cf9980ffb5d5be9a7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 22 Jan 2014 12:05:42 +0100 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/datastructures/linkedlists/DoublyLinkedList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastructures/linkedlists/DoublyLinkedList.java') diff --git a/src/datastructures/linkedlists/DoublyLinkedList.java b/src/datastructures/linkedlists/DoublyLinkedList.java index 334eee5..7bb091d 100644 --- a/src/datastructures/linkedlists/DoublyLinkedList.java +++ b/src/datastructures/linkedlists/DoublyLinkedList.java @@ -26,7 +26,7 @@ package datastructures.linkedlists; * doublely linked list stores nodes with references * to both the following node and the previous node. * It also stores two refence nodes, the first node - * in the list, and the last node in the list. The + * in the list, and the last node in the list. This * implemention only implements methods that do not * require iterating over all nodes for find a * specific; all other methods' — those that are -- cgit v1.2.3-70-g09d2