mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
two small doc fixes from docteam
Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
committed by
Erik Krogh Kristensen
parent
c6918ef38e
commit
5ce356f509
@@ -31,8 +31,8 @@ clearly an error.
|
||||
<sample src="examples/UseOfReturnlessFunction.js" />
|
||||
|
||||
<p>
|
||||
The program can be fixed either removing the use of the value returned by
|
||||
<code>renderText</code>, or by changing the <code>renderText</code> method
|
||||
The program can be fixed either by removing the use of the value returned by
|
||||
<code>renderText</code>, or by changing the <code>renderText</code> function
|
||||
to return an expression.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user