Skip to content

Commit 19554ff

Browse files
committed
change "e.g." to "for example" in qldoc
1 parent dc923ef commit 19554ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Statements/UseOfReturnlessFunction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ predicate voidArrayCallback(DataFlow::CallNode call, Function func) {
160160
module Deferred {
161161
/**
162162
* An instance of a `Deferred` class.
163-
* E.g. the result from `new Deferred()` or `new $.Deferred()`.
163+
* For example the result from `new Deferred()` or `new $.Deferred()`.
164164
*/
165165
class DeferredInstance extends DataFlow::NewNode {
166166
// Describes both `new Deferred()`, `new $.Deferred` and other variants.

0 commit comments

Comments
 (0)