Showing with 1 addition and 1 deletion.
  1. +1 −1 src/object.d
2 changes: 1 addition & 1 deletion src/object.d
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ unittest
/**
* Runtime type information about a class.
* Can be retrieved from an object instance by using the
* $(LINK2 ../spec/property.html#classinfo, .classinfo) property.
* $(DDSUBLINK spec/property,classinfo, .classinfo) property.
*/
class TypeInfo_Class : TypeInfo
{
Expand Down