From 497ff8a36afba13ab742559c9700e130fa68e14f Mon Sep 17 00:00:00 2001 From: Christophe Diederichs Date: Wed, 30 Oct 2024 15:32:40 +0000 Subject: [PATCH] documentation: clarify indexedLength & linearized view --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1436ea2a..38f502a0 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ As new causal information comes in, existing nodes may be reordered. Any changes ### Indexed Length -The linearizing algorithm is able to define a point at which the ordering of the graph below will never change. +The linearizing algorithm is able to define a point at which the ordering of the graph below will never change. This point advances continually, so long as a majority set of indexers are writing messages. ### Views -An indexed view may be created on top of an Autobase. This view can be updated to reflect the messages of within the base. +A linearized view may be created on top of an Autobase. This view can be updated to reflect the messages of within the base. Autobase accepts an `open` function for creating views and an `apply` function that can be used to update a view.