Skip to content

Commit a932e4f

Browse files
authored
Merge pull request #595 from rishi420/patch-1
Update Index.md
2 parents f33ce36 + f3da195 commit a932e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ try db.run(emails.insert(
14711471
body <- "Hey, I was just wondering...did you get my last email?"
14721472
))
14731473

1474-
let wonderfulEmails = emails.match("wonder*")
1474+
let wonderfulEmails: QueryType = emails.match("wonder*")
14751475
// SELECT * FROM "emails" WHERE "emails" MATCH 'wonder*'
14761476

14771477
let replies = emails.filter(subject.match("Re:*"))

0 commit comments

Comments
 (0)