mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
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:
@@ -15,7 +15,7 @@ public class SimpleNode<E> extends Node<E> {
|
||||
private SimpleNode<E> nextNode;
|
||||
|
||||
/**
|
||||
* Empty contructor.
|
||||
* Empty constructor.
|
||||
*/
|
||||
public SimpleNode() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user