From f16625f48ea06a51c59d27c41a4f795a53bc1a91 Mon Sep 17 00:00:00 2001 From: Kenny Ho Date: Tue, 24 Dec 2019 18:35:42 -0500 Subject: [PATCH] Fix doc wording --- doc/content.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content.adoc b/doc/content.adoc index 1c048f8..853c60a 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -59,7 +59,7 @@ Two most common composition types are: associative and indexed. The difference of indexed and associative compositions is the input and output. In associative composition the expected input and output is a map. And in indexed -composition, the expected input and input is a vector. Internally it represents +composition, the expected input and output is a vector. Internally it represents the same value in bytes. Let start defining one: