luminus-framework / guestbook

guestbook example
42 stars 19 forks source link

Minor typo in template #4

Closed Smulligan85 closed 9 years ago

Smulligan85 commented 9 years ago

This is a minor comment typo, but thought I'd bring it to your attention. The following code in queries.sql has user misspelled as used.

-- name: get-user
-- retrieve a used given the id.
SELECT * FROM users
WHERE id = :id

Should be -- retrieve a user given the id.

yogthos commented 9 years ago

thanks

yogthos commented 9 years ago

should be fixed in the latest version