From fc333bf30122ba0f38ef04b45a235d39287ff2a6 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Wed, 18 Dec 2024 16:28:59 -0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d3538..3d3c6b5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ to other `ParsedShow` objects or to strings. ### Comparison arguments for `isapprox` -The `isapprox` function comparing two `ParsedShow` objects has the following keyword arguments: +The `isapprox` function comparing `ParsedShow` objects (between each other, or to strings) has the following keyword arguments: - `f64`: function to compare two floats - `i64`: function to compare two integers