D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3710 - Typo in allMembers description?
Summary: Typo in allMembers description?
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P2 minor
Assignee: No Owner
URL: http://digitalmars.com/d/2.0/traits.h...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 22:15 UTC by Jerry Quinn
Modified: 2015-06-09 01:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jerry Quinn 2010-01-15 22:15:08 UTC
The description has the following sentence.  The piece in the parentheses appears to be reversed:

An array of string literals is returned, each of which is the name of a member of that type combined with all of the members of the base classes (if the class is a type).


It should probably read:

 (if the type is a class)
Comment 1 Walter Bright 2010-03-08 22:22:01 UTC
Fixed dmd 1.057 and 2.041