From bec91a458ebadbba9cde1a0ce1cb0acdf939e197 Mon Sep 17 00:00:00 2001 From: Benny Zlotnik Date: Tue, 2 Oct 2018 16:24:02 +0300 Subject: [PATCH] Remove redundant the Signed-off-by: Benny Zlotnik --- src/extension-functions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension-functions.cc b/src/extension-functions.cc index b74c279d..276ed9c3 100644 --- a/src/extension-functions.cc +++ b/src/extension-functions.cc @@ -1488,7 +1488,7 @@ static void modeIterate(void* e, i64 c, void* pp){ /* ** Auxiliary function that iterates all elements in a map and finds the median -** (the value such that the number of elements smaller is equal the the number of +** (the value such that the number of elements smaller is equal the number of ** elements larger) */ static void medianIterate(void* e, i64 c, void* pp){