Skip to content

Commit

Permalink
Merge pull request ivanseidel#30 from jwd83/patch-1
Browse files Browse the repository at this point in the history
Corrected a comment in LinkedList.h
  • Loading branch information
ivanseidel authored Apr 16, 2019
2 parents b736dda + 2956adc commit 6e2ef3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LinkedList.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class LinkedList{
virtual bool unshift(T);
/*
Set the object at index, with T;
Increment _size;
*/
virtual bool set(int index, T);
/*
Expand Down

0 comments on commit 6e2ef3b

Please sign in to comment.