Skip to content

Commit 51c7d8f

Browse files
authored
Fix JSDoc in Record class
Fixes #209
1 parent ce0ff09 commit 51c7d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/record.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function generateFieldLookup( keys ) {
3636
* each record represents one user found by the statement above. You can access
3737
* the values of each field either by name:
3838
*
39-
* record.get("n.name")
39+
* record.get("u.name")
4040
*
4141
* Or by it's position:
4242
*

0 commit comments

Comments
 (0)