Skip to content

Commit d7031aa

Browse files
authored
Fix comment
1 parent bcbabb9 commit d7031aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private InfixToPrefix() {
99
}
1010

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

0 commit comments

Comments
 (0)