Skip to content

Commit 922779e

Browse files
committed
remove double a/an and adjust line lenghts
1 parent 17f1974 commit 922779e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/ql/src/Security/CWE-078/UselessUseOfCat.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Using the unix command <code>cat</code> only to read a file is a
7-
an unnecessarily complex way to achieve something that can be done in a simpler and
8-
safer manner using the Node.js <code>fs.readFile</code> API.
6+
<p>Using the unix command <code>cat</code> only to read a file is an
7+
unnecessarily complex way to achieve something that can be done in a simpler
8+
and safer manner using the Node.js <code>fs.readFile</code> API.
99
</p>
1010
<p>
1111
The use of <code>cat</code> for simple file reads leads to code that is

0 commit comments

Comments
 (0)