Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #1041

Merged
merged 3 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A pre-requisite for using JuliaImages is to know at least a little about Julia i

## Learning JuliaImages

Our [main documentaion](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages.
Our [main documentation](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages.
Many of the core packages are hosted at [JuliaImages](https://github.com/JuliaImages), but core components can also be found at [JuliaMath](https://github.com/JuliaMath), [JuliaGraphics](https://github.com/JuliaGraphics), and
[JuliaArrays](https://github.com/JuliaArrays).

Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This release introduces a few major changes that everyone should be aware of:

- drops compatibility to Julia 1.0. Julia at least 1.3 is required.
- drops compatibility to ImageCore 0.8. ImageCore at least 0.9.3 is required.
- revisited RGB-related operations to provide non-ambiguious implementation. See also the "abs and
- revisited RGB-related operations to provide non-ambiguous implementation. See also the "abs and
abs2" section in the [ColorVectorSpace README][ColorVectorSpace-v09-readme-abs].
- revisits and moves a lot of legacy codes in `src/algorthms.jl` of Images to sub-packages, e.g.,
- revisits and moves a lot of legacy codes in `src/algorithms.jl` of Images to sub-packages, e.g.,
ImageBase, ImageFiltering, and ImageMorphology.
- for a large number of legacy functions, positional arguments are deprecated in favor of their
keyword alternatives.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All participants are expected to abide by the [Julia Community Standards](https:

## Compatibility

The codebase and dependency of Images toolbox is delibrately maintained to support all Julia minor
The codebase and dependency of Images toolbox is deliberately maintained to support all Julia minor
versions since the latest long-term-support(LTS) Julia version, thus you can expect it to work on
Julia >= v1.6. Note that this is only true for the latest Images version, and currently we do not
have Images LTS version. For the best experience, we recommend you to use the latest stable Julia
Expand Down
Loading