Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit953a668

Browse files
committed
Fixed a typo
1 parentcd34c97 commit953a668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎workflow/introduction.rst‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Workflows and State Machines
22
============================
33

4-
Worflows
5-
--------
4+
Workflows
5+
---------
66

77
A workflow is a model of a process in your application. It may be the process of
88
how a blog post goes from draft to review and publish. Another example is when a
@@ -51,9 +51,9 @@ your model. The most important differences between them are:
5151
machines can't;
5252
* Workflows usually don't have cyclic paths in the definition graph, but it's
5353
common for state machines;
54-
* In order to apply a transition,worflows require that the object is in all the
55-
previous places of the transition, whereas state machines only require that
56-
the object is at least in one of those places.
54+
* In order to apply a transition,workflows require that the object is in all
55+
theprevious places of the transition, whereas state machines only require
56+
thatthe object is at least in one of those places.
5757

5858
Example
5959
~~~~~~~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp