Skip to content

Commit b517994

Browse files
author
Antigravity Agent
committed
fix: MDX syntax in Fibonacci formulas for Docusaurus build
1 parent 996e932 commit b517994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docsite/docs/sacred-math/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The simplest infinite continued fraction.
102102
<div class="theorem-card">
103103
<h4>Property 4: Fibonacci Limit</h4>
104104

105-
**lim(F_{n+1}/F_n) = φ** as n → ∞
105+
**lim(F(n+1)/F(n)) = φ** as n → ∞
106106

107107
Ratio of consecutive Fibonacci numbers approaches φ.
108108
</div>

0 commit comments

Comments
 (0)