Skip to content

Commit 078457c

Browse files
committed
Updating documentation
1 parent 65cb864 commit 078457c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/TECHNICAL_DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The tiny-lru library provides a high-performance, memory-efficient Least Recentl
99
- [Architecture Overview](#architecture-overview)
1010
- [Data Flow](#data-flow)
1111
- [Core Operations](#core-operations)
12-
- [Mathematical Representation](#mathematical-representation)
12+
- [Mathematical Foundation](#mathematical-foundation)
1313
- [TypeScript Support](#typescript-support)
1414
- [Modern Usage Patterns](#modern-usage-patterns)
1515
- [Security Considerations](#security-considerations)
@@ -141,7 +141,7 @@ sequenceDiagram
141141
- **Base Overhead**: ~200 bytes (class instance + hash map)
142142
- **Total**: `base + (nodes × 120)` bytes approximately
143143

144-
## Mathematical Representation
144+
## Mathematical Foundation
145145

146146
### Core Operations
147147

0 commit comments

Comments
 (0)