[editorial] convert example to use single instead of double quotes

This commit is contained in:
Mustafa UZUN
2022-10-25 16:03:37 +03:00
committed by Jordan Harband
parent 7dbb7b154f
commit 0b1f62372e

View File

@@ -3131,7 +3131,7 @@ Other Style Guides
});
// good
const reaction = "No! Thats impossible!";
const reaction = 'No! Thats impossible!';
(async function meanwhileOnTheFalcon() {
// handle `leia`, `lando`, `chewie`, `r2`, `c3p0`
// ...