Skip to content

Commit a08a95f

Browse files
committed
Fixing spec
1 parent 1169c5c commit a08a95f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/foundation/lib/foundation/common.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Foundation.Common do
6161
...> refute Common.mtls_certificate()
6262
"""
6363

64-
@spec mtls_certificate() :: %Certificate{} | nil
64+
@spec mtls_certificate() :: Certificate.t() | nil
6565
def mtls_certificate do
6666
with [inet_tls_path] <- :init.get_arguments()[:ssl_dist_optfile],
6767
{:ok, [config]} <- :file.consult(inet_tls_path),

0 commit comments

Comments
 (0)