Merge pull request #338 from tarsiiformes/typos

master
Matus Goljer 6 years ago committed by GitHub
commit ea4a4cc7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      dash-functional.el
  3. 2
      dash.info
  4. 2
      dash.texi

@ -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`,

@ -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',

@ -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

@ -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},

Loading…
Cancel
Save