diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-07-31 10:55:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 10:55:22 +0200 |
| commit | 07727c4cb132780143a67d292e18034173cb7fa0 (patch) | |
| tree | 752094739fadd3906c62dd3e5724d85143a295d6 /files/fr/web/javascript/reference/global_objects/function/caller | |
| parent | b22fd7d3837d4ed6f8b31f4fecf4046062399fa1 (diff) | |
| download | translated-content-07727c4cb132780143a67d292e18034173cb7fa0.tar.gz translated-content-07727c4cb132780143a67d292e18034173cb7fa0.tar.bz2 translated-content-07727c4cb132780143a67d292e18034173cb7fa0.zip | |
Fix md conversion reports: code (#1815)
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.html | 2 |
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> |
