-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
apiThis issue is related to the API or its implementationThis issue is related to the API or its implementationbugSomething isn't workingSomething isn't working
Description
Typo in latest_snapshot_name, it's identical to latest_release_name
portablemc/portablemc/src/moj/mod.rs
Lines 845 to 855 in 10bb429
| /// Return the latest release version name. | |
| #[inline] | |
| pub fn latest_release_name(&self) -> &str { | |
| &self.inner.latest.release | |
| } | |
| /// Return the latest snapshot version name. | |
| #[inline] | |
| pub fn latest_snapshot_name(&self) -> &str { | |
| &self.inner.latest.release | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiThis issue is related to the API or its implementationThis issue is related to the API or its implementationbugSomething isn't workingSomething isn't working