Skip to content

Commit 2da7745

Browse files
committed
Fix typos
1 parent 61e165d commit 2da7745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This new minor version essentially provides `lazymap` (see below).
1111
### Added
1212

1313
- `B = lazymap([T::Type,], f, A[, f_inv])` yields an object `B` that lazily maps function
14-
`f` to array or iterator `A`. Optional argument `T` is the element-type of `B` which ia
15-
automatically inferred if not specified. If `A` is an (abstract) array, `f_inv` my be
14+
`f` to array or iterator `A`. Optional argument `T` is the element-type of `B` which is
15+
automatically inferred if not specified. If `A` is an (abstract) array, `f_inv` may be
1616
provided to specify the inverse of `f`. Related type alias `LazyMap{T,N,F,typeof(A)}` can
1717
be used to specialize on the type `B` with `N = ndims(A)` and `F = typeof(f)`.
1818

0 commit comments

Comments
 (0)