Commit 0ec62d67 by Tom Laudeman

Tweak formatting

parent 163509f1
...@@ -71,7 +71,7 @@ Below is a flow chart in lovely ascii graphics ...@@ -71,7 +71,7 @@ Below is a flow chart in lovely ascii graphics
``` ```
The corresponding state table is: #### The corresponding state table is:
| state | test | function | next-state | | state | test | function | next-state |
|---------+------------+--------------------+------------| |---------+------------+--------------------+------------|
...@@ -82,13 +82,13 @@ The corresponding state table is: ...@@ -82,13 +82,13 @@ The corresponding state table is:
| done | | exit | | | done | | exit | |
From the state table we glean that there is one test: #### From the state table we glean that there is one test:
data-empty data-empty
It must return true if the submitted data is empty. It must return true if the submitted data is empty.
There are three workers: #### There are three workers:
save-data save-data
data-empty-message data-empty-message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment