Skip to content

Commit 30980a0

Browse files
committed
Directional quotes 🥲
1 parent 5dee4fc commit 30980a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum-extra/src/response/erased_json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl IntoResponse for ErasedJson {
9696
/// this function uses the [`typed_json::json!`] macro,
9797
/// allowing it to perform far fewer allocations
9898
/// than a dynamic macro like [`serde_json::json!`] would –
99-
/// its equivalent to if you had just written
99+
/// it's equivalent to if you had just written
100100
/// `derive(Serialize)` on a struct.
101101
///
102102
/// # Examples

0 commit comments

Comments
 (0)