Skip to content

Commit

Permalink
Fix split_quoted_strings's spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krapaince committed Nov 8, 2024
1 parent b950032 commit 4a253a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ewebmachine/core.utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule Ewebmachine.Core.Utils do
@doc """
Get the string list from a comma separated list of HTTP quoted strings
"""
@spec split_quoted_strings([String.t]) :: [String.t]
@spec split_quoted_strings(String.t) :: [String.t]
def split_quoted_strings(str) do
str |>
Plug.Conn.Utils.list() |>
Expand Down

0 comments on commit 4a253a7

Please sign in to comment.