Skip to content

Commit b4548eb

Browse files
TypeInfo erroneously links to object (#4215)
1 parent fd60483 commit b4548eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/expression.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,13 +3048,13 @@ $(GNAME TypeidExpression):
30483048
)
30493049

30503050
$(P If $(I Type), returns an instance of class
3051-
$(DPLLINK phobos/object.html, $(D TypeInfo))
3051+
$(DPLLINK library/object/type_info.html, $(D TypeInfo))
30523052
corresponding
30533053
to $(I Type).
30543054
)
30553055

30563056
$(P If $(I Expression), returns an instance of class
3057-
$(DPLLINK phobos/object.html, $(D TypeInfo))
3057+
$(DPLLINK library/object/type_info.html, $(D TypeInfo))
30583058
corresponding
30593059
to the type of the $(I Expression).
30603060
If the type is a class, it returns the $(D TypeInfo)

0 commit comments

Comments
 (0)