diff --git a/osu.Game/Database/LegacyModelExporter.cs b/osu.Game/Database/LegacyModelExporter.cs
index cd405f90be..96104a68a0 100644
--- a/osu.Game/Database/LegacyModelExporter.cs
+++ b/osu.Game/Database/LegacyModelExporter.cs
@@ -152,10 +152,9 @@ namespace osu.Game.Database
}
///
- /// Exports an item to Stream.
- /// Override if custom export method is required.
+ /// Exports model to Stream.
///
- /// The item to export.
+ /// The model to export.
/// The output stream to export to.
/// The notification will displayed to the user
/// The Cancellation token that can cancel the exporting.