Skip to content

Commit 1ce5f37

Browse files
committed
Merge pull request #3 from zampino/fix_erlang_otp_18_record_type
fix record type declaration for Erlang/OTP 18.0
2 parents 2b32995 + 984deab commit 1ce5f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elli_ws_request_adapter.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
websocket_compress=false :: boolean()
6363
}).
6464

65-
-type req() :: record(req_adapter).
65+
-type req() :: #req_adapter{}.
6666

6767

6868
%%

0 commit comments

Comments
 (0)