Skip to content

Commit c85b4fd

Browse files
Force failure (will be reverted)
1 parent a3c5ba4 commit c85b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arizona_example_live_counter.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
-spec mount(Socket) -> Mounted
2121
when Socket :: arizona_socket:t(),
22-
Mounted :: {ok, arizona_socket:t()}.
22+
Mounted :: {error, arizona_socket:t()}.
2323
mount(Socket) ->
2424
Count = arizona_socket:get_assign(count, Socket, 0),
2525
{ok, arizona_socket:put_assign(count, Count, Socket)}.

0 commit comments

Comments
 (0)