Skip to content

Commit 40a8221

Browse files
committed
Move to new "Built-in Types" section
1 parent 509c547 commit 40a8221

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

InternalDocs/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Runtime Objects
2929

3030
- [Frames](frames.md)
3131

32-
- [String Interning](string_interning.md)
33-
34-
- [List sort algorithm](../Objects/listsort.txt)
35-
<!-- (kept at the original location outside this directory) -->
36-
3732
Program Execution
3833
---
3934

@@ -51,6 +46,14 @@ Program Execution
5146

5247
- [Stack protection](stack_protection.md)
5348

49+
Built-in Types
50+
---
51+
52+
- [String Interning](string_interning.md)
53+
54+
- [List sort algorithm](../Objects/listsort.txt)
55+
<!-- (kept at the original location outside this directory) -->
56+
5457
Modules
5558
---
5659

0 commit comments

Comments
 (0)