Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed May 17, 2024
1 parent 79760ac commit 1f4ba2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Tidy repository
uses: propensive/[email protected].8
uses: propensive/[email protected].9
- name: Autocommit changes
uses: stefanzweifel/git-auto-commit-action@v4
3 changes: 2 additions & 1 deletion doc/basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Kaleidoscope is included in the `kaleidoscope` package, and exported to the `soundness` package.
Kaleidoscope is included in the `kaleidoscope` package, and exported to the
`soundness` package.

To use Kaleidoscope alone, you can include the import,
```scala
Expand Down
2 changes: 1 addition & 1 deletion doc/slogan.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Statically-checked inline pattern matching on regular expressions
Statically-typed inline pattern matching on regular expressions

0 comments on commit 1f4ba2f

Please sign in to comment.