You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/03/18 17:26:50 UTC

[incubator-datasketches-website] 01/01: Small corrections

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch Corrections
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git

commit f103e2f574f9d7e43918fe7351fc09e2ee412359
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Mar 18 10:26:15 2020 -0700

    Small corrections
---
 docs/Architecture/SketchFeaturesMatrix.md | 2 +-
 docs/DistinctCountFeaturesMatrix.md       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/Architecture/SketchFeaturesMatrix.md b/docs/Architecture/SketchFeaturesMatrix.md
index c8dd0a0..168f9bd 100644
--- a/docs/Architecture/SketchFeaturesMatrix.md
+++ b/docs/Architecture/SketchFeaturesMatrix.md
@@ -19,7 +19,7 @@ layout: doc_page
     specific language governing permissions and limitations
     under the License.
 -->
-# Sketch Feature Matrix
+# Sketch Features Matrix
 
 Use the following table to compare the capabilities of the different sketch families.
 
diff --git a/docs/DistinctCountFeaturesMatrix.md b/docs/DistinctCountFeaturesMatrix.md
index 7daae77..a882386 100644
--- a/docs/DistinctCountFeaturesMatrix.md
+++ b/docs/DistinctCountFeaturesMatrix.md
@@ -60,8 +60,8 @@ Deserialize Operations | Heapify() | Y | Y | Y | Y |
  | Wrap() | Y | Y | Y |  |
  | WritableWrap | Y | Y | Y |  |
 Languages | Java | Y | Y | Y | Y |
- | C++ | Y | Y | Y | Y |
- | Python | Y | Y | Y | Y |
+ | C++ | Y |  | Y | Y |
+ | Python | Y |  | Y | Y |
  | Binary compatibility across Languages | Y | Y | Y | Y |
 Other Operations and Modes | Jaccard Index | Y |  |  |  |
  | Off-Heap | Y | Y | Y |


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org