mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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]
|
||||
CollectionItemSort get itemSort => contentProvider.itemSort;
|
||||
|
||||
/// See [CollectionContentProvider.sharees]
|
||||
/// See [CollectionContentProvider.shares]
|
||||
List<CollectionShare> get shares => contentProvider.shares;
|
||||
|
||||
/// See [CollectionContentProvider.getCoverUrl]
|
||||
|
|
Loading…
Reference in a new issue