From 124204fd9edf014be49ecf79c9f9a4ca4eb057e7 Mon Sep 17 00:00:00 2001 From: Behrang Shafei <50267830+bertiqwerty@users.noreply.github.com> Date: Tue, 21 May 2024 14:37:01 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045874b..845da59 100644 --- a/README.md +++ b/README.md @@ -153,4 +153,4 @@ Rormula returns a list of column names and the data as Numpy array. If we want a Rormula took 0.0744s Formulaic took 0.7639s ``` -The time is measured for 100 applications of the formula. We used a small data set with 100 rows. For more rows, e.g., 10k+, formulaic becomes competetive and better. +The time is measured for 100 applications of the formula. We used a small data set with 100 rows. For more rows, e.g., 10k+, formulaic becomes competitive and better.