mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
Fix typo
This commit is contained in:
parent
155990e7bd
commit
cc3780587b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Collection with EquatableMixin {
|
||||||
/// See [CollectionContentProvider.itemSort]
|
/// See [CollectionContentProvider.itemSort]
|
||||||
CollectionItemSort get itemSort => contentProvider.itemSort;
|
CollectionItemSort get itemSort => contentProvider.itemSort;
|
||||||
|
|
||||||
/// See [CollectionContentProvider.sharees]
|
/// See [CollectionContentProvider.shares]
|
||||||
List<CollectionShare> get shares => contentProvider.shares;
|
List<CollectionShare> get shares => contentProvider.shares;
|
||||||
|
|
||||||
/// See [CollectionContentProvider.getCoverUrl]
|
/// See [CollectionContentProvider.getCoverUrl]
|
||||||
|
|
Loading…
Reference in a new issue