Skip to content

Commit

Permalink
Merge pull request #348 from John-Colvin/patch-3
Browse files Browse the repository at this point in the history
Fix getOverloads documentation
  • Loading branch information
9rnsr committed Jul 4, 2013
2 parents ab47549 + c13caa0 commit 6ebfd1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions traits.dd
Expand Up @@ -396,10 +396,9 @@ void main() {

$(H2 $(GNAME getOverloads))

$(P The first argument is a class type or an expression of
class type.
$(P The first argument is an aggregate (e.g. struct/class/module).
The second argument is a string that matches the name of
one of the functions of that class.
one of the functions in that aggregate.
The result is a tuple of all the overloads of that function.
)

Expand Down

0 comments on commit 6ebfd1c

Please sign in to comment.