From 1d66a12af6bc0725abfc6cb2762c6b4c09385d96 Mon Sep 17 00:00:00 2001 From: agouy Date: Thu, 25 Jan 2024 19:46:43 +0100 Subject: [PATCH] Operator JSON harmonisation. --- operator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator.json b/operator.json index 41efcf8..37fa27a 100644 --- a/operator.json +++ b/operator.json @@ -1,6 +1,6 @@ { "name": "Mean and SD", - "description": "Calculate the Mean and Standard Deviation of the data points in a cell.", + "description": "Computes the mean and standard deviation of the data points in a cell.", "tags": [ "descriptive statistics" ],