Skip to content

Commit

Permalink
Fix Postgrex.ReplicationConnection.server/0 type
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 4, 2023
1 parent c6138a3 commit da49100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/replication_connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule Postgrex.ReplicationConnection do

## PUBLIC API ##

@type server :: :gen_statem.server()
@type server :: :gen_statem.server_ref()
@type state :: term
@type ack :: iodata
@type query :: iodata
Expand Down

0 comments on commit da49100

Please sign in to comment.