Skip to content

Commit bac816c

Browse files
Fix linting
1 parent 92221a0 commit bac816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 | "[email protected]" |
46+
| bob | ******** | **** | Bob | <[email protected]> |
4747

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

0 commit comments

Comments
 (0)