From af2b3e98d812d1ddd0354c0d560ed3e13ab51a8d Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 12 Dec 2025 11:16:55 +0100 Subject: [PATCH] Link listsort.txt in InternalDocs/README.md (#142619) --- InternalDocs/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/InternalDocs/README.md b/InternalDocs/README.md index 06f67b3cfc12..80744f30a5b5 100644 --- a/InternalDocs/README.md +++ b/InternalDocs/README.md @@ -29,8 +29,6 @@ Runtime Objects - [Frames](frames.md) -- [String Interning](string_interning.md) - Program Execution --- @@ -48,6 +46,14 @@ Program Execution - [Stack protection](stack_protection.md) +Built-in Types +--- + +- [String Interning](string_interning.md) + +- [List sort algorithm](../Objects/listsort.txt) + + Modules --- -- 2.47.3