lib/y_petri.rb in y_petri-2.2.4 vs lib/y_petri.rb in y_petri-2.3.2

- old
+ new

@@ -33,10 +33,10 @@ require_relative 'y_petri/simulation' require_relative 'y_petri/core' require_relative 'y_petri/agent' require_relative 'y_petri/dsl' -# YPetri represents Petri net (PN) formalims. +# YPetri represents Petri net (PN) formalisms. # # A PN consists of places and transitions. There are also arcs, "arrows" # connecting places and transitions, but these are not considered first class # citizens in YPetri. #