Skip to content

Commit

Permalink
Merge pull request #19 from neelsmith/wip
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
neelsmith committed Feb 4, 2024
2 parents 3aaed21 + d35568e commit e21ff4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ These give us (for free!) implementations of the `OrthographicSystem`'s `validch

```@example intro
using Orthography
validchar(ortho, "a")
validp("a", ortho)
```

```@example intro
validchar(ortho, "β")
validcp("β", ortho)
```

```@example intro
Expand Down

0 comments on commit e21ff4b

Please sign in to comment.