Skip to content

Commit bac816c

Browse files
Fix linting
1 parent 92221a0 commit bac816c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As a worked example, consider the following example table useful for authenticat
4343

4444
| uid | password | salt | givenName | email |
4545
|-----|----------|------|-----------|-------------------|
46-
| bob | ******** | **** | Bob | "bob@example.com" |
46+
| bob | ******** | **** | Bob | <bob@example.com> |
4747

4848
and another table (potentially in a completely separate database) which has attributes we want to return:
4949

0 commit comments

Comments
 (0)