Merge pull request #9119 from github/nickrolfe/non-us-spelling-fixes

Fix non-US spellings and the corresponding query
This commit is contained in:
Nick Rolfe
2022-05-12 12:29:14 +01:00
committed by GitHub
10 changed files with 22 additions and 15 deletions

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 {