diff --git a/code/correction.md b/code/correction.md
index b0be5dd3ac36edf7ca731d7873f7c6c328f1accf..fa26e3262556c7660b06d0238c7e25d105292ba5 100644
--- a/code/correction.md
+++ b/code/correction.md
@@ -13,8 +13,8 @@ il faut reprendre la boucle de rendu de l'image, elle n'est pas compatible avec
 
 ```
 version classique par pixel :
-for(int py...)
-for(int px...)
+for(py < height)
+for(px < width)
     Sampler rng( seed )
     for(i < samples)
         rng.index(i)