Skip to content

Commit

Permalink
Fix markdown link syntax in notifications.ex (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho authored Sep 10, 2023
1 parent 26f42b6 commit cb6bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/notifications.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Postgrex.Notifications do
the connection is up.
There is a race condition between starting to listen and notifications being
issued "at the same time", as explained (in the PostgreSQL documentation)[https://www.postgresql.org/docs/current/sql-listen.html].
issued "at the same time", as explained [in the PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-listen.html).
If your application needs to keep a consistent representation of data, follow
the three-step approach of first subscribing, then obtaining the current
state of data, then handling the incoming notifications.
Expand Down

0 comments on commit cb6bdbc

Please sign in to comment.