Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 18, 2024
1 parent 0fc4e83 commit de7b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function readsxmodel(file; raw_dict=false, ST=nothing, kwargs...)
# hybrid automaton with the given number of locations
automaton = GraphAutomaton(nlocations)

# ditionary with variables names and their properties
# dictionary with variables names and their properties
variables = OrderedDict{Symbol,Dict{String,Any}}()

# set of labels for the transitions
Expand Down

0 comments on commit de7b065

Please sign in to comment.