Skip to content

Commit f8ab8e6

Browse files
authored
Update use_of_custom_funcs.md
1 parent f7261c4 commit f8ab8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/use_of_custom_funcs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ as an array, so the result for `"uv_index"` in the output JSON would look like t
148148
"uv_index": [
149149
"12",
150150
"4",
151-
"6"
151+
"6"
152152
],
153153
```
154154
@@ -180,7 +180,7 @@ isn't needed so `javascript` is perfectly sufficient.)
180180
181181
Consider the following example:
182182
```
183-
"full_name": { "xpath": "./personal_info", "custom_func" {
183+
"full_name": { "xpath": "./personal_info", "custom_func": {
184184
"name": "javascript_with_context",
185185
"args": [
186186
{ "const": "var n = JSON.parse(_node); n.['Last Name'] + ', ' + n.['First Name']" }

0 commit comments

Comments
 (0)