Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel authored Jan 20, 2025
1 parent 93b5c20 commit be5e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stremio-core-web/src/model/serialize_meta_details.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod model {
/// Whether or not this is a stream the user has already played
/// Only 1 stream can be the last used one!
///
/// Find out more about how we select it form the StreamsBucket in the core's model.
/// Find out more about how we select it from the StreamsBucket in the core's model.
pub last_used: Option<bool>,
}
#[derive(Serialize)]
Expand Down

0 comments on commit be5e384

Please sign in to comment.