pull/1/head
SiRanWeb 2022-10-29 21:40:19 +03:00
rodzic 4017e23e84
commit 66d1d20499
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ import {ModelType} from "../../common/common.types";
/**
* Describes an object of any kind. The Object type serves as the base type for most of
* the other kinds of objects defined in the Activity Vocabulary,
* including other Core types such as Activity, IntransitiveActivity, Collection and OrderedCollection.
* including other Core types such as Activity, intransitiveActivity, Collection and OrderedCollection.
*
* {@link https://www.w3.org/ns/activitystreams#Object Docs}
*/

Wyświetl plik

@ -3,7 +3,7 @@ import {IntransitiveActivityFields} from './IntransitiveActivity.types';
import {ModelType} from "../../common/common.types";
/**
* Instances of IntransitiveActivity are a subtype of
* Instances of intransitiveActivity are a subtype of
* Activity representing intransitive actions. The
* object property is therefore inappropriate for these activities.
*