Skip to content

Commit 672cab0

Browse files
committed
Use reference instead of integer for typespec
1 parent b4a285e commit 672cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lambda_ethereum_consensus/libp2p.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule Libp2p do
1313
@typedoc """
1414
A handle to a Go resource.
1515
"""
16-
@opaque handle :: integer
16+
@opaque handle :: reference
1717

1818
@typedoc """
1919
A handle to a host.Host.

0 commit comments

Comments
 (0)