JS: fix typos in qldoc comment

This commit is contained in:
Nick Rolfe
2022-05-11 17:42:43 +01:00
parent cfde0a1491
commit 0af1976b74

View File

@@ -4,7 +4,7 @@
import javascript
/** Provices classes for modelling NoSQL query sinks. */
/** Provides classes for modeling NoSQL query sinks. */
module NoSql {
/** An expression that is interpreted as a NoSQL query. */
abstract class Query extends Expr {