aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/global_objects/function/caller
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/function/caller')
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/caller/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/function/caller/index.html b/files/fr/web/javascript/reference/global_objects/function/caller/index.html
index e2d6304913..92f4a60f1a 100644
--- a/files/fr/web/javascript/reference/global_objects/function/caller/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/caller/index.html
@@ -11,7 +11,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Function/caller
---
<div>{{JSRef}} {{non-standard_header}}</div>
-<p>La propriété <code><strong><em>function</em>.caller</strong></code> renvoie la fonction qui a appelé la fonction donnée. Cette propriété est interdite en mode strict.</p>
+<p>La propriété <code><strong>function.caller</strong></code> renvoie la fonction qui a appelé la fonction donnée. Cette propriété est interdite en mode strict.</p>
<h2 id="Description">Description</h2>