Skip to content

Commit 594ada7

Browse files
authored
Update description of getOverloads
1 parent ee9cb9b commit 594ada7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/traits.dd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,11 @@ void main()
657657
$(H2 $(GNAME getOverloads))
658658

659659
$(P The first argument is an aggregate (e.g. struct/class/module).
660-
The second argument is a string that matches the name of
661-
one of the members in that aggregate.
662-
The third argument is a bool, and is optional.
663-
The result is a tuple of all the overloads of that function.
664-
If the third member evaluates to true, the result will include all members that matches the supplied name.
660+
The second argument is a `string` that matches the name of
661+
the member(s) to return.
662+
The third argument is a `bool`, and is optional. If `true`, the
663+
result will include template overloads.
664+
The result is a tuple of all the overloads of the supplied name.
665665
)
666666

667667
---

0 commit comments

Comments
 (0)