Skip to content

Commit

Permalink
fix incorrect acronym specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Jun 15, 2024
1 parent 2d4448b commit 7ab8a66
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 @@ -361,6 +361,6 @@ const CAMEL_CASE_ACRO_NUM = PatternStringCase(
lowercase,
uppercase,
lowercase,
acro_none_of_token,
acro_all_of_token,
true,
)

0 comments on commit 7ab8a66

Please sign in to comment.