Skip to content

Commit 65eeb55

Browse files
chore: fix typos in src/main/java/com/thealgorithms/devutils/nodes/SimpleNode.java (#7031)
Fix typos in src/main/java/com/thealgorithms/devutils/nodes/SimpleNode.java Co-authored-by: a <[email protected]>
1 parent 96304bd commit 65eeb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/devutils/nodes/SimpleNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class SimpleNode<E> extends Node<E> {
1515
private SimpleNode<E> nextNode;
1616

1717
/**
18-
* Empty contructor.
18+
* Empty constructor.
1919
*/
2020
public SimpleNode() {
2121
super();

0 commit comments

Comments
 (0)