Skip to content

Commit c6cd103

Browse files
committed
apply code review suggestions
1 parent 66eaf19 commit c6cd103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/grpc/server/adapters/cowboy/handler.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GRPC.Server.Adapters.Cowboy.Handler do
2-
@moduledoc false
3-
4-
# A cowboy handler accepting all requests and calls corresponding functions defined by users.
2+
@moduledoc """
3+
A cowboy handler accepting all requests and calls corresponding functions defined by users.
4+
"""
55

66
alias GRPC.Transport.HTTP2
77
alias GRPC.RPCError

0 commit comments

Comments
 (0)