Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
escritorio-gustavo committed Mar 7, 2024
1 parent 9a5338f commit 0c70312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ When running `cargo test`, the TypeScript bindings will be exported to the file
<br/>

If there's a type you're dealing with which doesn't implement `TS`, use either
`#[ts(as = ".."`)] or `#[ts(type = "..")]`, or open a PR.
`#[ts(as = "..")]` or `#[ts(type = "..")]`, or open a PR.

### serde compatability
With the `serde-compat` feature (enabled by default), serde attributes can be parsed for enums and structs.
Expand Down
2 changes: 1 addition & 1 deletion ts-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//! <br/>
//!
//! If there's a type you're dealing with which doesn't implement `TS`, use either
//! `#[ts(as = ".."`)] or `#[ts(type = "..")]`, or open a PR.
//! `#[ts(as = "..")]` or `#[ts(type = "..")]`, or open a PR.
//!
//! ## serde compatability
//! With the `serde-compat` feature (enabled by default), serde attributes can be parsed for enums and structs.
Expand Down

0 comments on commit 0c70312

Please sign in to comment.