From 8dd7d1acb73e0c900e207c25c88cfe88d80d8d9b Mon Sep 17 00:00:00 2001 From: stormofice <58337328+stormofice@users.noreply.github.com> Date: Fri, 20 Aug 2021 03:45:02 +0200 Subject: [PATCH] Fix typo in barnsley/julia --- contents/barnsley/code/julia/barnsley.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/barnsley/code/julia/barnsley.jl b/contents/barnsley/code/julia/barnsley.jl index 87aeb2bc3..779d7a13a 100644 --- a/contents/barnsley/code/julia/barnsley.jl +++ b/contents/barnsley/code/julia/barnsley.jl @@ -22,7 +22,7 @@ end # This is a general function to simulate a chaos game # n is the number of iterations -# initial_location is the the starting point of the chaos game +# initial_location is the starting point of the chaos game # hutchinson_op is the set of functions to iterate through # probabilities is the set of probabilities corresponding to the likelihood # of choosing their corresponding function in hutchinson_op