Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 52c5211

Browse files
author
Achim Schneider
committed
fix typo
1 parent d83e5fe commit 52c5211

File tree

1 file changed

+1
-1
lines changed
  • crates/generate-bindings/src

1 file changed

+1
-1
lines changed

crates/generate-bindings/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn main() -> std::io::Result<()> {
7979
#[derive(Serialize, TS)]
8080
#[ts(export)]
8181
#[ts(export_to = "${target}")]
82-
struct GistLoadResponeWrapper(GistLoadResponse);
82+
struct GistLoadResponseWrapper(GistLoadResponse);
8383
#[derive(Serialize, TS)]
8484
#[ts(export)]
8585
#[ts(export_to = "${target}")]

0 commit comments

Comments
 (0)