update on comments

This commit is contained in:
robin labat 2019-02-27 20:27:26 +01:00 committed by GitHub
parent 92ec8feb5d
commit 178d30cc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ export interface ResponderAdvertisement extends Advertisement {
respondsTo?: string[];
/**
* Subset attribut for directed requests.
* Advertisement attribute that lets you target a subgroup of responders using the __subset property of a request.
*/
subset?: string;
}