From 2b5aeffd2d6231ebfc3f50e8eb14a7cd73fdd481 Mon Sep 17 00:00:00 2001 From: Nicola Cammillini Date: Sun, 18 Sep 2016 16:10:17 +0200 Subject: [PATCH] Fixed some typos in reference guide preface. --- docs/src/reference/asciidoc/preface.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/reference/asciidoc/preface.adoc b/docs/src/reference/asciidoc/preface.adoc index 5239028b..24edf4c3 100644 --- a/docs/src/reference/asciidoc/preface.adoc +++ b/docs/src/reference/asciidoc/preface.adoc @@ -1,24 +1,24 @@ [preface] == Preface -Concept of a state machine is most likely older that any of a reader -of this reference documentation and definitely older than a Java -language itself. Description of finite automate dates back to 1943 -when gentlemens Warren McCulloch and Walter Pitts wrote a paper about +The concept of a state machine is most likely older that any reader +of this reference documentation and definitely older than the Java +language itself. Description of finite automata dates back to 1943 +when gentlemen Warren McCulloch and Walter Pitts wrote a paper about it. Later George H. Mealy presented a state machine concept in 1955 which is known as a Mealy Machine. A year later in 1956 Edward F. Moore presented another paper which is known as a Moore Machine. If -you're ever read anything about state machines, names Mealy and Moore +you've ever read anything about state machines, the names Mealy and Moore should have popped up at some point. -This reference documentations contains following parts. +This reference documentation contains the following parts. <> introduction to this reference documentation -<> describes the usage of Spring State Machine(SSM) +<> describes the usage of Spring Statemachine(SSM) -<> more detailed state machine samples +<> more detailed state machine examples -<> frequently ask questions +<> frequently asked questions <> generic info about used material and state machines