From cba3c39ca55ae223bd7e1c25df756c43c83c7210 Mon Sep 17 00:00:00 2001 From: L <457124+liborty@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:22:47 +1000 Subject: [PATCH] readme typo [no ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d618a63..3591f63 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Best methods/functions to be deployed, depending on the end type of data (i.e. t - `u8` -> function `medianu8` - `u64` -> function `medianu64` - `f64` -> methods of trait Medianf64 -- `T` custom quantisable to u64 -> method `uqmedian` of trait `Median` +- `T` custom quantifiable to u64 -> method `uqmedian` of trait `Median` - `T` custom comparable by `c` -> method `qmedian_by` of trait `Median` -- `T` custom comparable but not quantisable -> method `median_by` of trait `Median`. +- `T` custom comparable but not quantifiable -> method `median_by` of trait `Median`. ## Algorithms Analysis