Skip to content

Commit c2fe2f5

Browse files
committed
formatting
1 parent d333ff9 commit c2fe2f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/snippets/language-geocoding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
>
22
```javascript--browser
3-
var q = {additional: {location: {'SFO': t}}};
4-
3+
var q = {additional: {location: {'text': 'SFO'}}};
54
Breinify.temporalData(q, false, function(data) {
65
76
// the location will be resolved to San Francisco, CA, US

0 commit comments

Comments
 (0)