From 301ffb83c85452c53aea91c07ef0325f38c8863b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 24 Jan 2014 13:00:40 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/datastructures/linkedlists/Association.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastructures/linkedlists/Association.java b/src/datastructures/linkedlists/Association.java index 3ccf360..a4f93b6 100644 --- a/src/datastructures/linkedlists/Association.java +++ b/src/datastructures/linkedlists/Association.java @@ -19,7 +19,7 @@ package datastructures.linkedlists; /** * Value type that can be stored in linked lists - * to turn them in to association lists. + * to turn them into association lists. * * @param The type of the key of the node * @param The type of the value associated with the key -- cgit v1.2.3-70-g09d2