Skip to content

Commit

Permalink
chore: Update Transiction constructor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony0380 committed Jun 9, 2024
1 parent 992f703 commit da32526
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public class Transiction{
/**
* Create a new transiction between the given states with the given symbol.
* @param start The start state of the transiction.
* @param end
* @param symbol
* @param end The end state of the transiction.
* @param symbol The symbol of the transiction.
* @return The transiction that was added.
*/
public Transiction(State start, State end, char symbol) {
Expand Down

0 comments on commit da32526

Please sign in to comment.