Fix a typo.

This commit is contained in:
Max Schaefer
2020-05-13 15:40:31 +01:00
parent ec2314310e
commit 6e58524b78

View File

@@ -9,7 +9,7 @@ module NoSQL {
/**
* A data-flow node whose string value is interpreted as (part of) a NoSQL query.
*
* Extends this class to refine existing API models. If you want to model new APIs,
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `NoSQL::QueryString::Range` instead.
*/
class NoSQLQueryString extends DataFlow::Node {