Skip to content

Commit

Permalink
Merge pull request #22 from neelsmith/wip
Browse files Browse the repository at this point in the history
Fix a typo in docstrings
  • Loading branch information
neelsmith authored Feb 4, 2024
2 parents 4c10db3 + 9f3d7f0 commit 86f2bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LatinOrthography"
uuid = "1e3032c9-fa1e-4efb-a2df-a06f238f6146"
authors = ["nsmith "]
version = "0.7.1"
version = "0.7.2"

[deps]
CitableBase = "d6f014bd-995c-41bd-9893-703339864534"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ codepoints(ortho)
tokentypes(ortho)
```

These give us (for free!) implementations of the `OrthographicSystem`'s `validchar` and `validstring` functions.
These give us (for free!) implementations of the `OrthographicSystem`'s `validcp` and `validstring` functions.

```@example intro
using Orthography
Expand Down

0 comments on commit 86f2bed

Please sign in to comment.