Bug 1309062 - Documentation lists wrong contract id for address book directory factories, r=documentation-only

This commit is contained in:
R Kent James 2016-10-11 15:18:24 -07:00
Родитель fb7f5683c4
Коммит 420d5d335e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ interface nsIAbDirFactoryService : nsISupports
* Obtain a directory factory component given a uri representing an address
* book. The scheme is extracted from the uri and contract id is generated
* of the form:
* @mozilla.org/addressbook/directory-factory;1?type=<scheme>
* @mozilla.org/addressbook/directory-factory;1?name=<scheme>
*
* This id is used to instantiate a registered component which implemented
* the nsIAbDirFactory interface.