Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kybishop committed Aug 8, 2023
1 parent 8af12ed commit 907bb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/check/readability/alias_order.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Credo.Check.Readability.AliasOrder do
Options
- `:alpha` - Alphabetical case-insensitive sorting.
- `:ascii` - Case-sensitive sorting where upper case characters are ordered before their lower case equivalent. (Does not support alias groups)
- `:ascii` - Case-sensitive sorting where upper case characters are ordered before their lower case equivalent.
"""
]
]
Expand Down

0 comments on commit 907bb3b

Please sign in to comment.