Skip to content

Commit ee5bbd1

Browse files
committed
Docs fixed.
1 parent 1b48253 commit ee5bbd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gen_pnet.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,11 @@ reply( Client, Reply ) when is_tuple( Client ) ->
296296

297297
%% @doc Checks if a predicate about the state of the net holds.
298298
%%
299-
%% The function takes a Petri net instance identified as `Name` and asks it
300-
%% to verify the predicate `Pred` over its marking. Herein, `Pred` is a
299+
%% The function takes a Petri net instance identified as `Name' and asks it
300+
%% to verify the predicate `Pred` over its marking. Herein, `Pred' is a
301301
%% function that takes n token lists, where each of the token lists subsume
302-
%% the tokens present on the places identified by the `PlaceLst` argument.
303-
%% The predicate is expected to return either `ok` or `{error, Reason}`
302+
%% the tokens present on the places identified by the `PlaceLst' argument.
303+
%% The predicate is expected to return either `ok' or `{error, Reason}''
304304
%% where Reason can be any Erlang term.
305305

306306
-spec state_property( Name, Pred, PlaceLst ) -> ok | {error, Reason}

0 commit comments

Comments
 (0)