Skip to content

Commit

Permalink
Updated info.toml (shramee#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
printfjoby committed Mar 30, 2023
1 parent b9a8f10 commit fa7c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ Here is how we describe a person struct that stores a name and an age,
#[derive(Copy, Drop)]
struct Person {
name: felt,
age: felt,
name: felt252,
age: felt252,
}
You'd use the struct like so,
Expand Down

0 comments on commit fa7c62f

Please sign in to comment.