Link listsort.txt in InternalDocs/README.md (#142619)

This commit is contained in:
Petr Viktorin 2025-12-12 11:16:55 +01:00 committed by GitHub
parent 2a820e2b9c
commit af2b3e98d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
<!-- (kept at the original location outside this directory) -->
Modules
---