Skip to content

Commit a3c67fe

Browse files
committed
Fix comment
1 parent a2a0b83 commit a3c67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/stacks/InfixToPrefix.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private InfixToPrefix() {
99
}
1010

1111
/**
12-
* Converts an infix expression to a prefix expression.
12+
* Convert an infix expression to a prefix expression.
1313
*
1414
* @param infixExpression the infix expression to convert
1515
* @return the prefix expression

0 commit comments

Comments
 (0)