Skip to content

Commit 6527850

Browse files
committed
FR translation: translate file
1 parent 17ea222 commit 6527850

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/playground/fr/3-7/Fixits/Const to let.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//// { compiler: { }, order: 1 }
22

3-
// New to 3.7 is the ability to quickly convert
4-
// a const variable to a let when the value
5-
// has been re-assigned.
3+
// La version 3.7 apporte la capacité à convertir rapidement une déclaration
4+
// const en let quand elle est ré-assignée.
65

7-
// You can try this by highlighting the below error
8-
// and choosing to run the quick-fix.
6+
// Vous pouvez essayer ceci en surlignant l'erreur ci dessous et en éxecutant la correction automatique.
97

108
const displayName = "Andrew";
119

0 commit comments

Comments
 (0)