diff options
Diffstat (limited to 'src/datastructures/linkedlists/Association.java')
-rw-r--r-- | src/datastructures/linkedlists/Association.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 <K> The type of the key of the node * @param <V> The type of the value associated with the key |