Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 4, 2024
1 parent e2b8e81 commit 507d646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `jfsm` package provides implementations of finite state machines.

## Usage

Declare on a type that will be used to represent the states of the FSM.
Declare a type that will be used to represent the states of the FSM.
An `enum` type or a `sealed` hierarchy is a good choice.

```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The `jfsm` package provides implementations of finite state machines.

## Usage

Declare on a type that will be used to represent the states of the FSM.
Declare a type that will be used to represent the states of the FSM.
An `enum` type or a `sealed` hierarchy is a good choice.

```
Expand Down

0 comments on commit 507d646

Please sign in to comment.