Skip to content

Commit

Permalink
Update priv/rest.ex.eex
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Sampaio <[email protected]>
  • Loading branch information
onno-vos-dev and philss authored Mar 23, 2024
1 parent c2f8369 commit 0faf06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/rest.ex.eex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule <%= context.module_name %> do
@typedoc """

## Example:
<%= if map_size(type_fields) == 0 do %>
<%= if Enum.empty?(type_fields) do %>
<%= "#{type_name}() :: %{}" %>
<% else %>
<%= "#{type_name}() :: %{" %>
Expand Down

0 comments on commit 0faf06b

Please sign in to comment.