From 178d30cc0530ab8875551fd660ea6b94f1bae582 Mon Sep 17 00:00:00 2001 From: robin labat Date: Wed, 27 Feb 2019 20:27:26 +0100 Subject: [PATCH] update on comments --- types/cote/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/cote/index.d.ts b/types/cote/index.d.ts index a1aafe96b2..93f5b7d63f 100644 --- a/types/cote/index.d.ts +++ b/types/cote/index.d.ts @@ -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; }