Skip to content

Commit

Permalink
Merge pull request #222 from JuliaReach/schillic/spellcheck
Browse files Browse the repository at this point in the history
Spell check
  • Loading branch information
schillic authored Nov 3, 2023
2 parents 0d0086f + 52afdec commit 9796987
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Spell Check

on: [pull_request]

jobs:
typos-check:
name: check spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
2 changes: 1 addition & 1 deletion src/correction_matrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An interval matrix representing the correction matrix.
See Proposition 3.4 in [1].
[1] M. Althoff. Reachability analysis and its application to the safety
assessment of automonous cars. 2010.
assessment of autonomous cars. 2010.
"""
function input_correction(A::IntervalMatrix{T}, t, p) where {T}
n = checksquare(A)
Expand Down

0 comments on commit 9796987

Please sign in to comment.