diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:45:57 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:45:57 +0200 |
commit | 8f35362dad9914cac16f421745a27a1cdd0f02bc (patch) | |
tree | b91b4be2c96d7cc9e141a7cd6af70f93ab617b70 /src/helpers.ts | |
parent | 39cca9f8f6050d6e35c88f8cd3c6e825eae9cb9f (diff) |
style, deduplication and doc comments
Diffstat (limited to 'src/helpers.ts')
-rw-r--r-- | src/helpers.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/helpers.ts b/src/helpers.ts index 8b2b265cc..5e3ef06d5 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -15,8 +15,7 @@ */ /** - * Smaller helper functions that do not depend - * on the emscripten machinery. + * Small helper functions that don't fit anywhere else. */ /** |