Skip to content

Commit ae2ec0b

Browse files
committed
fixed moduledoc
1 parent e491f69 commit ae2ec0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/actions/action.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
defmodule WorkflowEngine.Action do
22
@moduledoc """
3-
Behavior that describes the necessary methods for an workflow action, as seen in
4-
WorkflowEngine.Actions.Api.
3+
Behavior that describes the necessary methods for an workflow action.
54
"""
65

76
alias WorkflowEngine.State

0 commit comments

Comments
 (0)