Skip to content

Commit

Permalink
mention result could also be mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Jun 17, 2020
1 parent 90f6e0c commit 6af3dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/template/macros.twig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class
{% elseif member.hint|length > 0 %}
- It returns a {{ _self.hint(member.hint[0]) }} value.
{% else %}
- It does not return anything.
- It does not return anything or a mixed result.
{% endif %}{% endif %}
{% if member.exceptions %}
- It throws one of the following exceptions:
Expand Down

0 comments on commit 6af3dcd

Please sign in to comment.