Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gengteng committed Feb 29, 2024
1 parent c4b9ca7 commit 7d95b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct Data {
pub b: String,
}
pub async fn yaml_to_json(Yaml(data): Yaml<Data>) -> Sonic(data) {
pub async fn yaml_to_json(Yaml(data): Yaml<Data>) -> Sonic<Data> {
Sonic(data)
}
Expand Down

0 comments on commit 7d95b3f

Please sign in to comment.