Skip to content

Commit

Permalink
Clean up repetitive use of "example" (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakrueger authored Feb 12, 2024
1 parent db1c27a commit 7467bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/software/concepts/finite-state-machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Finite State Machines (FSM) are often used while programming in order to allow f
What is a Finite State Machine?
-------------------------------

The name of a finite state machine is very descriptive; it's a state machine, with a finite number of states. It can be in one state at a time, and can transition to a different state once something happens. For example, see the example of a finite state machine that's on `Wikipedia <https://en.wikipedia.org/wiki/Finite-state_machine#Example:_coin-operated_turnstile>`__ because a turnstile is a great example, and it is explained very well.
The name of a finite state machine is very descriptive; it's a state machine, with a finite number of states. It can be in one state at a time, and can transition to a different state once something happens. The `Wikipedia <https://en.wikipedia.org/wiki/Finite-state_machine#Example:_coin-operated_turnstile>`__ example of a turnstile explains the concept very well.

Implementation
--------------
Expand Down

0 comments on commit 7467bf3

Please sign in to comment.