Chromium Code Reviews| Index: utils/apidoc/mdn/search.js |
| =================================================================== |
| --- utils/apidoc/mdn/search.js (revision 11346) |
| +++ utils/apidoc/mdn/search.js (working copy) |
| @@ -11,7 +11,7 @@ |
| fs.mkdirSync('output'); |
| fs.mkdirSync('output/search'); |
| } catch (e) { |
| - // It doesn't matter if the directories already exist. |
| + // It doesn't matter if the directories already exist. |
| } |
| function searchForType(type) { |