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 <19151554+alxkm@users.noreply.github.com>
This commit is contained in:
Lê Nam Khánh
2025-11-05 18:01:44 +07:00
committed by GitHub
parent 96304bda30
commit 65eeb5579e

View File

@@ -15,7 +15,7 @@ public class SimpleNode<E> extends Node<E> {
private SimpleNode<E> nextNode;
/**
* Empty contructor.
* Empty constructor.
*/
public SimpleNode() {
super();