From 180c966891bcfd0057fd08e063392632ef23e6e2 Mon Sep 17 00:00:00 2001 From: Roman Klopsch Date: Tue, 25 Jun 2019 13:19:05 +0200 Subject: [PATCH] docs: apply changes mentioned in discussion --- src/things/message.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/things/message.ts b/src/things/message.ts index 232c9c11..1067c1d8 100644 --- a/src/things/message.ts +++ b/src/things/message.ts @@ -30,12 +30,12 @@ import {SCOrganizationWithoutReferences} from './organization'; export interface SCMessageWithoutReferences extends SCCreativeWorkWithoutReferences { /** - * Recipients of the message + * Organizational unit for which the message is intended */ audienceOrganizations?: SCOrganizationWithoutReferences[]; /** - * Audience of the message + * Roles for which the message is intended */ audiences: SCMessageAudience[];