Skip to content

Commit bf9006a

Browse files
update extended description
1 parent f258206 commit bf9006a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/send-native-query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535

3636
valuesToEscape: {
3737
description: 'An optional list of strings, numbers, or special literals (true, false, or null) to escape and include in the native query, in order.',
38-
extendedDescription: 'Note that numbers, `true`, `false`, and `null` are all interpreted exactly the same way as if they were wrapped in quotes. This array must never contain any arrays or dictionaries. The first value in the list will be used to replace `$1`, the second value to replace `$2`, and so on.',
38+
extendedDescription: 'The first value in the list will be used to replace `$1`, the second value to replace `$2`, and so on. Note that numbers, `true`, `false`, and `null` are interpreted _differently_ than if they were strings wrapped in quotes. This array must never contain any arrays or dictionaries.',
3939
example: '===',
4040
defaultsTo: []
4141
},

0 commit comments

Comments
 (0)