From 35a77ae5c8ef8e2fd11a7180fb32da4b3722f586 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 11 Sep 2016 12:45:31 -0500 Subject: [PATCH] Clarify that streams use OrderedCollections. --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a114085..3566b63 100644 --- a/index.html +++ b/index.html @@ -500,9 +500,12 @@

Streams

- Streams are collections of ActivityStreams objects, generally - Activities, - which are always presented in reverse chronological order. + Streams are + + OrderedCollection + of ActivityStreams objects, generally + Activities. + Streams always presented consistently in reverse chronological order.

Outbox