Skip to content

Commit

Permalink
updating kebab-case comment (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-shancer-grindr committed Feb 27, 2024
1 parent 0cbbf78 commit db76d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object SnakeCaseParamMapper : ParameterMapper {
* A [ParameterMapper] that will transform a parameter name into
* the kebab case equivalent.
*
* For example, camelCasePilsen will become kebab_case_pilsen.
* For example, camelCasePilsen will become kebab-case-pilsen.
*/
object KebabCaseParamMapper : ParameterMapper {

Expand Down

0 comments on commit db76d03

Please sign in to comment.