Skip to content

Commit f00e2a7

Browse files
committed
fix linq2
1 parent 9715f59 commit f00e2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wwwroot/code/linq02.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
`Sold out products:`
2-
#each products where UnitsInStock = 0
2+
#each products where UnitsInStock == 0
33
`${ProductName} is sold out!`
44
/each

src/wwwroot/code/linq02.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sold out products:
2-
{{#each products where UnitsInStock = 0}}
2+
{{#each products where UnitsInStock == 0}}
33
{{ ProductName }} is sold out!
44
{{/each}}

0 commit comments

Comments
 (0)