Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fekie committed May 11, 2023
1 parent a42198a commit ef18262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/market_activity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct Sale {
pub new_rap: u64,
/// The price the item was sold at.
pub sale_price: u64,
/// The Rolimons id of the sale. Used in the url https://www.rolimons.com/itemsale/{sale_id}.
/// The Rolimons id of the sale. Used in the url <https://www.rolimons.com/itemsale/{sale_id}>.
pub sale_id: u64,
/// The unix timestamp of the sale.
/// This is likely when the sale was detected by Rolimons.
Expand Down

0 comments on commit ef18262

Please sign in to comment.