diff --git a/README.md b/README.md index 1381d80..0bd1b80 100644 --- a/README.md +++ b/README.md @@ -2835,7 +2835,7 @@ iteration halts when either of the following conditions is satisfied: tested using `equal-test`. If `equal-test` is not specified, `equal` is used. For functions over the floating point numbers, it may be necessary to provide an appropriate - appoximate comparison test. + approximate comparison test. 2. `halt-test` returns a non-nil value. `halt-test` defaults to a simple counter that returns t after `-fixfn-max-iterations`, diff --git a/dash-functional.el b/dash-functional.el index 60b4c23..07cc4ae 100644 --- a/dash-functional.el +++ b/dash-functional.el @@ -169,7 +169,7 @@ iteration halts when either of the following conditions is satisfied: tested using EQUAL-TEST. If EQUAL-TEST is not specified, `equal' is used. For functions over the floating point numbers, it may be necessary to provide an appropriate - appoximate comparison test. + approximate comparison test. 2. HALT-TEST returns a non-nil value. HALT-TEST defaults to a simple counter that returns t after `-fixfn-max-iterations', diff --git a/dash.info b/dash.info index 97cc135..23db1f0 100644 --- a/dash.info +++ b/dash.info @@ -2752,7 +2752,7 @@ offered in a separate package: ‘dash-functional‘. 1. Iteration converges to the fixpoint, with equality being tested using EQUAL-TEST. If EQUAL-TEST is not specified, ‘equal’ is used. For functions over the floating point numbers, it may - be necessary to provide an appropriate appoximate comparison + be necessary to provide an appropriate approximate comparison test. 2. HALT-TEST returns a non-nil value. HALT-TEST defaults to a diff --git a/dash.texi b/dash.texi index 0e2ffe2..9490aca 100644 --- a/dash.texi +++ b/dash.texi @@ -4330,7 +4330,7 @@ iteration halts when either of the following conditions is satisfied: tested using @var{equal-test}. If @var{equal-test} is not specified, @code{equal} is used. For functions over the floating point numbers, it may be necessary to provide an appropriate - appoximate comparison test. + approximate comparison test. 2. @var{halt-test} returns a non-nil value. @var{halt-test} defaults to a simple counter that returns t after @code{-fixfn-max-iterations},