Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Aug 29, 2023
1 parent 081290c commit b8a9382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-worm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct Book {
// An auto-generated primary key
#[column(primary_key, auto)]
id: i64,
title: String
title: String,
author_id: i64
}

Expand Down

0 comments on commit b8a9382

Please sign in to comment.