mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
change "e.g." to "for example" in qldoc
This commit is contained in:
@@ -160,7 +160,7 @@ predicate voidArrayCallback(DataFlow::CallNode call, Function func) {
|
||||
module Deferred {
|
||||
/**
|
||||
* An instance of a `Deferred` class.
|
||||
* E.g. the result from `new Deferred()` or `new $.Deferred()`.
|
||||
* For example the result from `new Deferred()` or `new $.Deferred()`.
|
||||
*/
|
||||
class DeferredInstance extends DataFlow::NewNode {
|
||||
// Describes both `new Deferred()`, `new $.Deferred` and other variants.
|
||||
|
||||
Reference in New Issue
Block a user