Skip to content

Commit

Permalink
Issue 13647: improve std.traits navigation table.
Browse files Browse the repository at this point in the history
Give more meaningful name to 'xxx' category!
  • Loading branch information
H. S. Teoh committed Oct 30, 2014
1 parent a70650f commit 91cfdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/traits.d
Expand Up @@ -73,7 +73,7 @@
* $(LREF AssocArrayTypeOf)
* $(LREF BuiltinTypeOf)
* ))-->
* $(TR $(TD IsSomething) $(TD
* $(TR $(TD Categories of types) $(TD
* $(LREF isBoolean)
* $(LREF isIntegral)
* $(LREF isFloatingPoint)
Expand All @@ -93,7 +93,7 @@
* $(LREF isPointer)
* $(LREF isAggregateType)
* ))
* $(TR $(TD xxx) $(TD
* $(TR $(TD Type behaviours) $(TD
* $(LREF isIterable)
* $(LREF isMutable)
* $(LREF isInstanceOf)
Expand Down

0 comments on commit 91cfdfa

Please sign in to comment.