Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Jun 16, 2024
1 parent ae9c81e commit 02ff040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stringcases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ struct PatternStringCase{
# Four cases regarding acronyms (special casing of tokens)
# followup lowercase letters (e.g. 23MHz vs 23M, Hz)
# the regular acronym case would be: MW Hz Hello vs MWHz Hello
# basically you have have an acronym (only uppercase) or have
# basically you have an acronym (only uppercase) or have
# the token start with an acronym and follow up with
# lower/tokencase
# the other case is when the acronym is at the end, i.e. HzhHEL
Expand Down

0 comments on commit 02ff040

Please sign in to comment.