ztellman / automat

better automata through combinators
588 stars 50 forks source link

Change value :complete into :completed #20

Closed dvberkel closed 9 years ago

dvberkel commented 9 years ago

The example of reducing the value was hard to understand because :complete was used in two different ways.

  1. As a key into the reducers map.
  2. As value after the :complete action.

I updated the example two differentiate the two usages.

dvberkel commented 9 years ago

If have not updated the corresponding image yet. If this is something that you are interested in I could change the image as well.

dvberkel commented 9 years ago

I just realized that the image does not need to be changed at all. The label on the transition is the action to be performed. Sorry for my misunderstanding

ztellman commented 9 years ago

Thanks, I can see how that would be confusing.

dvberkel commented 9 years ago

:+1: