From 144f35083cbab1cd5f293c447d45d9aac7d48a33 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Fri, 22 Feb 2019 22:00:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b6e8345..52982e8c2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Actual feature list is [here](doc/features.md) including mixed arithmetic operations and function operations over arrays and numbers (with the added benefit of static type checking). * **Expressions** By writing a single mathematical expression -once, users will be able to apply different types of objects to the expression by providing a context. Exceptions +once, users will be able to apply different types of objects to the expression by providing a context. Expressions can be used for a wide variety of purposes from high performance calculations to code generation. * **Histograms** Fast multi-dimensional histograms.