diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-18 03:09:42 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-18 03:09:42 -0400 |
commit | 67318c7f0b79d4e9e0b30563e7f1868915a6c538 (patch) | |
tree | be4614875a17bf2a21d1cc62a51aebc27cb28228 /content | |
parent | a9efc67e1337ea6bc4b30a86bb73f425c424ebd9 (diff) | |
download | pablotron.org-67318c7f0b79d4e9e0b30563e7f1868915a6c538.tar.bz2 pablotron.org-67318c7f0b79d4e9e0b30563e7f1868915a6c538.zip |
posts/2022-03-09-fastest-js-html-escape.md: remove extraneous "the"
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2022-03-09-fastest-js-html-escape.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2022-03-09-fastest-js-html-escape.md b/content/posts/2022-03-09-fastest-js-html-escape.md index 3f77e78..0dc85af 100644 --- a/content/posts/2022-03-09-fastest-js-html-escape.md +++ b/content/posts/2022-03-09-fastest-js-html-escape.md @@ -8,8 +8,8 @@ find out, I: 1. Wrote [10 different JavaScript HTML escape implementations][impls]. 2. Created a web-based benchmarking tool which uses [web workers][] and - the [Performance API][] to test the with a variety of string sizes - and generates a downloadable [CSV][] of results. + the [Performance API][] to test with a variety of string sizes and + generates a downloadable [CSV][] of results. 3. Created a set of scripts to aggregate and plot the results as [SVGs][svg]. |