Skip to content

Commit

Permalink
Fix P96 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Sarkar committed Dec 25, 2024
1 parent 6d45393 commit b6c10c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Misc2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The state transition rules are shown as edge labels.
│ not "" │
│ │
┌──────┐letter ┌──────┐not "" ┌▼─────┐not '_'┌──────┐letter┌───┴──┐
│ begin├────────► S1 ├────────► s2 ├───────► s ├──────► s4 │
│ begin├────────► S1 ├────────► s2 ├───────► s3 ├──────► s4 │
└──────┘ └───┬──┘ └──────┘ '_' └──────┘digit └───┬──┘
│ │
""│ ""│
Expand Down

0 comments on commit b6c10c5

Please sign in to comment.