Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes-mysten authored and tonylee08 committed Jan 29, 2025
1 parent 7e7a3f5 commit d008fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ VecMap(bcs.string(), bcs.string())

## Transforms

If the format you use in your code is different from the format expected for BCS serialization,
you can use the `transform` API to map between the types you use in your application, and the types
If the format you use in your code is different from the format expected for BCS serialization, you
can use the `transform` API to map between the types you use in your application, and the types
needed for serialization.

The `address` type used by Move code is a good example of this. In many cases, you'll want to
Expand Down

0 comments on commit d008fbe

Please sign in to comment.