From 6da62553b04492968b04f02e7d936e7cee172906 Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Fri, 14 Mar 2025 08:35:09 +0100
Subject: [PATCH] lpsc/fractal_project/julia.md has been updated.

---
 fractal_project/julia.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fractal_project/julia.md b/fractal_project/julia.md
index 00fd1d3..d1e2b86 100644
--- a/fractal_project/julia.md
+++ b/fractal_project/julia.md
@@ -33,7 +33,7 @@ Where:
 ### 4. Iterate the function $f_{c}(z) = z^{2} + c$
 
 > * **First iteration**: Start by applying the function $f_{c}(z)$ to $z_{0}$.
-> * **Second iteration**: Now use z_{1} = ... + ... \imath and apply the same function.
+> * **Second iteration**: Now use z_{1}=...+\imath ...$ and apply the same function.
 > * **Finally**, you repeat this process for several iterations.
 
 ### 5. Check if $\left\lvert z \right\rvert$ (the modulus of $z$) escapes
-- 
GitLab