Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Oct 25, 2024
1 parent 195ef34 commit 8518716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparql_client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl SparqlClient {

/// Replace the [Accept HTTP header](https://tools.ietf.org/html/rfc7231.html#section-5.3.2) used by this client.
///
/// This might be useful if the endpoint implements content-negotation incorrectly.
/// This might be useful if the endpoint implements content-negotiation incorrectly.
///
/// See also [`DEFAULT_ACCEPT`](Self::DEFAULT_ACCEPT)
#[must_use]
Expand Down

0 comments on commit 8518716

Please sign in to comment.