We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dee4fc commit 30980a0Copy full SHA for 30980a0
axum-extra/src/response/erased_json.rs
@@ -96,7 +96,7 @@ impl IntoResponse for ErasedJson {
96
/// this function uses the [`typed_json::json!`] macro,
97
/// allowing it to perform far fewer allocations
98
/// than a dynamic macro like [`serde_json::json!`] would –
99
-/// it’s equivalent to if you had just written
+/// it's equivalent to if you had just written
100
/// `derive(Serialize)` on a struct.
101
///
102
/// # Examples
0 commit comments