We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ea222 commit 6527850Copy full SHA for 6527850
docs/playground/fr/3-7/Fixits/Const to let.ts
@@ -1,11 +1,9 @@
1
//// { compiler: { }, order: 1 }
2
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.
+// La version 3.7 apporte la capacité à convertir rapidement une déclaration
+// const en let quand elle est ré-assignée.
6
7
-// You can try this by highlighting the below error
8
-// and choosing to run the quick-fix.
+// Vous pouvez essayer ceci en surlignant l'erreur ci dessous et en éxecutant la correction automatique.
9
10
const displayName = "Andrew";
11
0 commit comments