Skip to content

Commit 0613fa9

Browse files
committed
typo: interation -> iteration
1 parent 8a48ba1 commit 0613fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/xquery/flwor-statement-and-iteration-xquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ where ProductModelID=7
221221
```
222222

223223
## Using the where Clause
224-
You can use the `where` clause to filter results of an interation. This is illustrated in this next example.
224+
You can use the `where` clause to filter results of an iteration. This is illustrated in this next example.
225225

226226
In the manufacturing of a bicycle, the manufacturing process goes through a series of work center locations. Each work center location defines a sequence of manufacturing steps. The following query retrieves only those work center locations that manufacture a bicycle model and have less than three manufacturing steps. That is, they have less than three <`step`> elements.
227227

0 commit comments

Comments
 (0)