Skip to content

Commit 04952ed

Browse files
author
Mohamed Sarwat
committed
Update README.txt
fixing itemid
1 parent 909d917 commit 04952ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Users may create recommenders apriori so that when a recommendation query is iss
8787
```
8888
CREATE RECOMMENDER MovieRec ON MovieRatings
8989
USERS FROM userid
90-
ITEMS FROM itemsid
90+
ITEMS FROM itemid
9191
EVENTS FROM ratingid
9292
USING ItemCosCF
9393
```

0 commit comments

Comments
 (0)