diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-27 23:42:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-27 23:42:25 +0200 |
commit | 9b89387535cce603f80c9280063ffc7641279143 (patch) | |
tree | 1cb9026ead439ea5e5399d3ff38dbdd405ceae3d /packages/pogen | |
parent | 7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad (diff) |
fix spelling issues
Diffstat (limited to 'packages/pogen')
-rw-r--r-- | packages/pogen/example/test.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pogen/example/test.ts b/packages/pogen/example/test.ts index 021f3f328..6577fa314 100644 --- a/packages/pogen/example/test.ts +++ b/packages/pogen/example/test.ts @@ -38,7 +38,7 @@ It has multiple lines, and a leading empty line. */ console.log(i18n`Hello9," '" World`); -// Comments with space inbetween do not count +// Comments with space in between do not count console.log(i18n`Hello10 ," '" Wo @@ -58,7 +58,7 @@ function foo(...args: any[]) { console.log(foo`Another string, must be excluded`); -// First occurence +// First occurrence console.log(i18n`This message appears twice`); -// Second occurence +// Second occurrence console.log(i18n`This message appears twice`); |