Skip to content

Commit

Permalink
docs: invalid variable name in dart doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed May 23, 2024
1 parent 6eaa5cd commit d8d263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cached_video_player_plus.dart
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class CachedVideoPlayerPlusController
].contains(defaultTargetPlatform);
}

/// Return true if caching is supported and [_skipCache] is false.
/// Return true if caching is supported and [skipCache] is false.
bool get _shouldUseCache => _isCachingSupported && !skipCache;

String _getCacheKey(String dataSource) {
Expand Down

0 comments on commit d8d263c

Please sign in to comment.