Skip to content

Commit 7e08afd

Browse files
committed
Doc fix
1 parent c674f55 commit 7e08afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/engineering/realtime-engine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ The result is *fine-grained reactivity* that begins at the database and propagat
457457

458458
---
459459

460-
###0 Scaling Behavior
460+
### Scaling Behavior
461461

462462
The profound advantage of the query inheritance model is that computational cost scales *only* with **query diversity**, rather than linearly with subscription count.
463463

@@ -478,7 +478,7 @@ The result is: you don't pay for features you don't use.
478478

479479
---
480480

481-
###1 Key Takeaways
481+
### Key Takeaways
482482

483483
Rather than isolating each query as an independent subscription, LinkedQL's Realtime engine organizes them into a hierarchy of shared computation.
484484

0 commit comments

Comments
 (0)