Skip to content

Commit 1089db3

Browse files
Fix code docs
1 parent 9ee821e commit 1089db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/platform_channels.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class MethodNames {
5151
/// method name for [resume]
5252
static const String resume = 'resume';
5353

54-
/// method name for [podcastPlaybackSpeed]
54+
/// method name for [setPodcastPlaybackSpeed]
5555
static const String setPodcastPlaybackSpeed = 'setPodcastPlaybackSpeed';
5656

5757
/// method name for [skipToIndex]

lib/spotify_sdk.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class SpotifySdk {
632632

633633
/// Sets the repeat mode
634634
///
635-
/// Set [repeatMode] to a value of [RepeatMode] either [off, track, context].
635+
/// Set [repeatMode] to a value of [RepeatMode].
636636
/// Throws a [PlatformException] if adding failed
637637
/// Throws a [MissingPluginException] if the method is not implemented on
638638
/// the native platforms.

0 commit comments

Comments
 (0)