File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,11 +296,11 @@ reply( Client, Reply ) when is_tuple( Client ) ->
296
296
297
297
% % @doc Checks if a predicate about the state of the net holds.
298
298
% %
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
301
301
% % 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}''
304
304
% % where Reason can be any Erlang term.
305
305
306
306
-spec state_property ( Name , Pred , PlaceLst ) -> ok | {error , Reason }
You can’t perform that action at this time.
0 commit comments