Skip to content

Commit

Permalink
Merge pull request #200 from neelsmith/dev
Browse files Browse the repository at this point in the history
Correct logging error
  • Loading branch information
neelsmith authored Aug 23, 2023
2 parents 110c837 + d0a263d commit 3dc15df
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 = "PolytonicGreek"
uuid = "72b824a7-2b4a-40fa-944c-ac4f345dc63a"
authors = ["Neel Smith <dnsmith.neel@gmail.com>"]
version = "0.21.9"
version = "0.21.10"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down
2 changes: 1 addition & 1 deletion src/litgreek/lgstrcat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
$(SIGNATURES)
"""
function lg_appendtopalatal(s1::AbstractString, s2::AbstractString)
@info("Appending str to palatal")
@debug("Appending str to palatal")
# Aspirate s1 if s2 starts with rough breathing:
if lginitialrough(s2)
indices = collect(eachindex(s1))
Expand Down

0 comments on commit 3dc15df

Please sign in to comment.