aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx b/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx
index de7c2c027..1cc1f59dc 100644
--- a/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx
+++ b/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx
@@ -164,7 +164,7 @@ export class UniqueFaceView extends ObservableReactComponent<UniqueFaceProps> {
* This renders the sidebar collection of the unique faces that have been recognized.
*
* Since the collection of recognized faces is stored on the active dashboard, this class
- * does not itself store any Docs, but accesses the uniqueFaces field of the current
+ * does not itself store any Docs, but accesses the myUniqueFaces field of the current
* dashboard. Each Face collection Doc is rendered using a FaceCollectionDocView which
* is not a CollectionView or even a DocumentView (but probably should be).
*/