Skip to content

Commit

Permalink
docs: fix wrong markdown in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
l-x committed Oct 1, 2024
1 parent 8ec232b commit acb5d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleatfy.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn server(builder: Builder, is server: String) -> Builder {

/// Set the authentication method and data. Defaults to no authentication
///
/// <See https://docs.ntfy.sh/publish/#authentication>
/// See <https://docs.ntfy.sh/publish/#authentication>
///
pub fn login(builder: Builder, with login: Login) -> Builder {
Builder(..builder, login: Some(login))
Expand Down

0 comments on commit acb5d18

Please sign in to comment.