Skip to content

Commit 5b66abe

Browse files
committed
Fix a minor Edoc issue
1 parent f93c2d1 commit 5b66abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/proper_fsm.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
%%% <p>Specifies the initial state of the finite state machine. As with
7070
%%% `proper_statem:initial_state/0', its result should be deterministic.
7171
%%% </p></li>
72-
%%% <li> `initial_state_data() ::' {@type state_data()}
72+
%%% <li> `initial_state_data() ->' {@type state_data()}
7373
%%% <p>Specifies what the state data should initially contain. Its result
7474
%%% should be deterministic</p></li>
75-
%%% <li> `StateName(S::'{@type state_data()}`) ::'
75+
%%% <li> `StateName(S::'{@type state_data()}`) ->'
7676
%%% `['{@type transition()}`]'
7777
%%% <p>There should be one instance of this function for each reachable
7878
%%% state `StateName' of the finite state machine. In case `StateName' is a
@@ -90,7 +90,7 @@
9090
%%% them. This feature can be used to include conditional transitions that
9191
%%% depend on the `StateData'.</p></li>
9292
%%% <li> `StateName(Attr1::term(), ..., AttrN::term(),
93-
%%% S::'{@type state_data()}`) ::'
93+
%%% S::'{@type state_data()}`) ->'
9494
%%% `['{@type transition()}`]'
9595
%%% <p>There should be one instance of this function for each reachable state
9696
%%% `{StateName,Attr1,...,AttrN}' of the finite state machine. The function

0 commit comments

Comments
 (0)