1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 00:17:58 +01:00

Prefer " over '.

This commit is contained in:
Doug Kearns
2008-12-29 23:26:09 +11:00
parent 41f7bc12be
commit d65b57cf2d
7 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ catch (e)
{
__liberator_eval_error = e;
}
// Important: The eval statement *must* remain on the first line
// IMPORTANT: The eval statement *must* remain on the first line
// in order for line numbering in any errors to remain correct.
//
// vim: set fdm=marker sw=4 ts=4 et: