Skip to content

Commit 86fd71d

Browse files
committed
Fix
1 parent 5fecd2a commit 86fd71d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/datastructures/lists/CountSinglyLinkedListRecursion.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
/**
44
* CountSinglyLinkedListRecursion extends a singly linked list to include a
5-
* recursive count method, which calculates the number of nodes in the list
6-
* using a recursive helper function.
5+
* recursive count method, which calculates the number of nodes in the list.
76
*/
87
public class CountSinglyLinkedListRecursion extends SinglyLinkedList {
98

0 commit comments

Comments
 (0)