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 #569

Merged
merged 1 commit into from
Jul 23, 2023
Merged

fix typos #569

merged 1 commit into from
Jul 23, 2023

Conversation

spaette
Copy link
Contributor

@spaette spaette commented Jul 22, 2023

NEWS.md
docs/src/input_output.md
examples/Range of 2-dimensional functions.ipynb
src/intervals/arithmetic.jl
src/intervals/functions.jl
src/intervals/trigonometric.jl
src/multidim/intervalbox.jl

English doesn't have a plural form for information.

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4c239d5) 90.20% compared to head (ee93bd4) 90.20%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #569   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files          25       25           
  Lines        1827     1827           
=======================================
  Hits         1648     1648           
  Misses        179      179           
Impacted Files Coverage Δ
src/intervals/arithmetic.jl 98.06% <ø> (ø)
src/intervals/functions.jl 96.27% <ø> (ø)
src/intervals/trigonometric.jl 97.68% <ø> (ø)
src/multidim/intervalbox.jl 89.83% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Kolaru Kolaru merged commit 1c0522f into JuliaIntervals:master Jul 23, 2023
15 checks passed
@Kolaru
Copy link
Collaborator

Kolaru commented Jul 23, 2023

Thanks, this is very nice :)

Kolaru added a commit that referenced this pull request Jul 24, 2023
commit 1c0522f
Merge: 4c239d5 ee93bd4
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Sun Jul 23 23:13:48 2023 +0200

    Merge pull request #569 from vaerksted/master

    fix typos

commit ee93bd4
Author: spaette <spaette@gmx.com>
Date:   Sat Jul 22 12:11:01 2023 -0500

    typos

commit 4c239d5
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Tue Jul 4 00:35:20 2023 +0200

    Bump version

commit 249040d
Merge: 4404658 7bef23e
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Tue Jul 4 00:34:13 2023 +0200

    Merge pull request #525 from petvana/simplified-mod

    Simplified version of mod(x::Interval, y::Real)

commit 4404658
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Wed Jun 14 14:03:14 2023 +0200

    Bump version for release

commit 7bef23e
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:11:53 2022 +0200

    Cleanup

commit f9f4733
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:10:05 2022 +0200

    Throw ArgumentError for Interval divisor for mod

commit 6fdc809
Merge: 439723f d2603d6
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:01:43 2022 +0200

    Merge branch 'simplified-mod' of github.com:petvana/IntervalArithmetic.jl into simplified-mod

commit 439723f
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:01:27 2022 +0200

    Disable divisor for mod to be an interval

commit d2603d6
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:34:04 2022 +0200

    Update docs

commit 45abc46
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:30:14 2022 +0200

    Implementation for strictly negative divisors for mod

commit ff47910
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:11:35 2022 +0200

    Add todo for mod with between two intervals

commit ea00b23
Author: Petr Vana <petvana@centrum.cz>
Date:   Wed May 25 19:59:30 2022 +0200

    Imrpove test coverage + use zero()

commit b56f4be
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Wed May 25 13:44:24 2022 +0200

    Use ⊇ operator

commit d23df89
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 21:13:53 2022 +0200

    Update src/intervals/functions.jl

    Co-authored-by: lucaferranti <49938764+lucaferranti@users.noreply.github.com>

commit 153d749
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 20:27:51 2022 +0200

    Improve testing

commit fea1b34
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 20:10:05 2022 +0200

    Introduce simplified version of mod
Kolaru added a commit that referenced this pull request Sep 10, 2023
commit 1c0522f
Merge: 4c239d5 ee93bd4
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Sun Jul 23 23:13:48 2023 +0200

    Merge pull request #569 from vaerksted/master

    fix typos

commit ee93bd4
Author: spaette <spaette@gmx.com>
Date:   Sat Jul 22 12:11:01 2023 -0500

    typos

commit 4c239d5
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Tue Jul 4 00:35:20 2023 +0200

    Bump version

commit 249040d
Merge: 4404658 7bef23e
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Tue Jul 4 00:34:13 2023 +0200

    Merge pull request #525 from petvana/simplified-mod

    Simplified version of mod(x::Interval, y::Real)

commit 4404658
Author: Benoît Richard <kolaru@hotmail.com>
Date:   Wed Jun 14 14:03:14 2023 +0200

    Bump version for release

commit 7bef23e
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:11:53 2022 +0200

    Cleanup

commit f9f4733
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:10:05 2022 +0200

    Throw ArgumentError for Interval divisor for mod

commit 6fdc809
Merge: 439723f d2603d6
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:01:43 2022 +0200

    Merge branch 'simplified-mod' of github.com:petvana/IntervalArithmetic.jl into simplified-mod

commit 439723f
Author: Petr Vana <petvana@centrum.cz>
Date:   Fri May 27 11:01:27 2022 +0200

    Disable divisor for mod to be an interval

commit d2603d6
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:34:04 2022 +0200

    Update docs

commit 45abc46
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:30:14 2022 +0200

    Implementation for strictly negative divisors for mod

commit ff47910
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Thu May 26 11:11:35 2022 +0200

    Add todo for mod with between two intervals

commit ea00b23
Author: Petr Vana <petvana@centrum.cz>
Date:   Wed May 25 19:59:30 2022 +0200

    Imrpove test coverage + use zero()

commit b56f4be
Author: Petr Vana <vanapet1@fel.cvut.cz>
Date:   Wed May 25 13:44:24 2022 +0200

    Use ⊇ operator

commit d23df89
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 21:13:53 2022 +0200

    Update src/intervals/functions.jl

    Co-authored-by: lucaferranti <49938764+lucaferranti@users.noreply.github.com>

commit 153d749
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 20:27:51 2022 +0200

    Improve testing

commit fea1b34
Author: Petr Vana <petvana@centrum.cz>
Date:   Tue May 24 20:10:05 2022 +0200

    Introduce simplified version of mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants