Skip to content

Commit

Permalink
api: fix typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mtf90 committed Jun 28, 2018
1 parent 4330776 commit 1c8feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/net/automatalib/automata/Automaton.java
Expand Up @@ -39,7 +39,7 @@ public interface Automaton<S, I, T> extends TransitionSystem<S, I, T>, SimpleAut

/**
* Obtains a {@link Graph graph} view of the transition graph of this automaton, taking into account the specified
* input symbols. The transitions are represented as {@link TransitionEdge}s in the grpah.
* input symbols. The transitions are represented as {@link TransitionEdge}s in the graph.
*
* @param inputs
* the input symbols to consider
Expand Down

0 comments on commit 1c8feea

Please sign in to comment.