From de7b065c2075eec891d10778b6c392418b8f5b3e Mon Sep 17 00:00:00 2001 From: schillic Date: Mon, 18 Nov 2024 17:11:20 +0100 Subject: [PATCH] fix typo in comment --- src/io.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.jl b/src/io.jl index cbe395c..a90af4c 100644 --- a/src/io.jl +++ b/src/io.jl @@ -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