fix wording

This commit is contained in:
onyx-and-iris 2023-12-14 22:48:29 +00:00
parent e8f7c2a63d
commit b55019149b

View File

@ -12,7 +12,7 @@ func cycleOnce(image img) {
} }
// cycleMany cycles a single image for a given number of iterations // cycleMany cycles a single image for a given number of iterations
// it also caches each image and measures the period of repetition // it also caches the index of the interation for each image
func cycleMany(image img, iterations int) { func cycleMany(image img, iterations int) {
cache := make(map[string]int) cache := make(map[string]int)
i, start := 0, 0 i, start := 0, 0