Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pmoulon authored Nov 24, 2024
1 parent 3649596 commit 6e40433
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 @@ -666,7 +666,7 @@ Example below demonstrates the usage of '[key]' attribute:
struct MyKeyStruct
{
[key] int32 uid;
[key] stirng login;
[key] string login;
string name;
string address;
}
Expand Down

0 comments on commit 6e40433

Please sign in to comment.