Skip to content

Commit 7229153

Browse files
committed
Add module doc
1 parent b454fb2 commit 7229153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/strom.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule Strom do
2-
@moduledoc false
2+
@moduledoc "Strom is a framework for building stream processing applications."
33

44
@type event() :: any()
55
@type stream_name() :: any()

0 commit comments

Comments
 (0)