Skip to content

Commit a9b91a6

Browse files
authored
Merge pull request #1698 from wilzbach/fix-17305
Fix Issue 17305 - [SPEC] ABI page still has references to D1 Phobos merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents 36ff9d1 + dc5e167 commit a9b91a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/abi.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,11 +869,11 @@ $(H3 $(LNAME2 exception_handling, Exception Handling))
869869

870870
$(H3 $(LNAME2 garbage_collection, Garbage Collection))
871871

872-
$(P The interface to this is found in $(D phobos/internal/gc).)
872+
$(P The interface to this is found in Druntime's $(DRUNTIMESRC gc/gcinterface.d).)
873873

874874
$(H3 $(LNAME2 runtime_helper_functions, Runtime Helper Functions))
875875

876-
$(P These are found in $(D phobos/internal).)
876+
$(P These are found in Druntime's $(DRUNTIMESRC rt/).)
877877

878878
$(H3 $(LNAME2 module_init_and_fina, Module Initialization and Termination))
879879

0 commit comments

Comments
 (0)