[gnome-contacts] contact-list: Fix Valadoc comment



commit 9bae7a7c4aa8cb441935cacee03b9dc23817b7fa
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Nov 7 12:33:10 2020 +0100

    contact-list: Fix Valadoc comment
    
    We don't have our own `Contact` class anymore, only `Folks.Individual`
    is used now.

 src/contacts-contact-list.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-contact-list.vala b/src/contacts-contact-list.vala
index b3716445..c8498968 100644
--- a/src/contacts-contact-list.vala
+++ b/src/contacts-contact-list.vala
@@ -20,7 +20,7 @@ using Folks;
 using Gee;
 
 /**
- * The ContactList is the actual list of {@link Contact}s that the user sees on
+ * The ContactList is the actual list of {@link Individual}s that the user sees on
  * the left. It is contained by the {@link ListPane}, which also provides other
  * functionality, such as an action bar.
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]