aboutsummaryrefslogtreecommitdiff
path: root/files/fr/tools/memory/monster_example/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/tools/memory/monster_example/index.html')
-rw-r--r--files/fr/tools/memory/monster_example/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/tools/memory/monster_example/index.html b/files/fr/tools/memory/monster_example/index.html
index 3a9f088605..af8089c076 100644
--- a/files/fr/tools/memory/monster_example/index.html
+++ b/files/fr/tools/memory/monster_example/index.html
@@ -6,7 +6,7 @@ original_slug: Outils/Memory/Monster_example
---
<div>{{ToolsSidebar}}</div><p>Cet article décrit une page web très simple que nous utilisons pour illustrer certaines fonctionnalités de l'outil <a href="/fr/docs/Outils/Memory">Mémoire</a>.</p>
-<p>Il est possible de l'essayer sur le site : <a class="external external-icon" href="https://mdn.github.io/performance-scenarios/js-allocs/alloc.html">https://mdn.github.io/performance-scenarios/js-allocs/alloc.html</a>. Voici le code :</p>
+<p>Il est possible de l'essayer sur le site&nbsp;: <a class="external external-icon" href="https://mdn.github.io/performance-scenarios/js-allocs/alloc.html">https://mdn.github.io/performance-scenarios/js-allocs/alloc.html</a>. Voici le code :</p>
<pre class="brush: js">var MONSTER_COUNT = 5000;
var MIN_NAME_LENGTH = 2;