inplace -> in_place

This commit is contained in:
MaxOhn
2024-03-03 10:00:00 +01:00
parent e749a791fc
commit 733066afd7
+1 -1
View File
@@ -124,7 +124,7 @@ impl Beatmap {
/// instead of a generic parameter.
///
/// [`&mut Beatmap`]: Beatmap
pub fn convert_inplace(&mut self, mode: GameMode) -> ConvertStatus {
pub fn convert_in_place(&mut self, mode: GameMode) -> ConvertStatus {
match mode {
GameMode::Osu => Osu::try_convert(self),
GameMode::Taiko => Taiko::try_convert(self),