change "e.g." to "for example" in qldoc

This commit is contained in:
Erik Krogh Kristensen
2019-11-06 13:37:54 +01:00
parent dc923ef694
commit 19554ff6e7

View File

@@ -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.