Skip to content

Commit

Permalink
Merge pull request #115 from JuliaReach/schillic/typo
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
schillic authored Nov 18, 2024
2 parents 0fc4e83 + de7b065 commit 9a87271
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 9a87271

Please sign in to comment.