We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91bc77 commit a31de36Copy full SHA for a31de36
1 file changed
src/widgets/peopleSearch.ts
@@ -11,8 +11,8 @@
11
* Below the name of each person, a label indicates whether they are a direct friend, a contact
12
* from an address book, or just a person discovered through the FOAF graph. Contacts take precedence
13
* over friends, and friends take precedence over people when determining the label.
14
- * Configurable options include a click handler for when a person is selected, otherwise it
15
- * opens their profile in the same window.
+ * Configurable options include a click handler for when a person is selected; otherwise, it
+ * opens their profile in a new tab or window.
16
*
17
* Assumptions
18
* - Assumes that the user has a type index entry for vcard:AddressBook. @@ bad assuption
0 commit comments