Skip to content

Commit fe34998

Browse files
committed
Fixed small typing mistake in examples
1 parent 40baff3 commit fe34998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/doc/DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ $data = $airPollution->fetchCarbonMonoxideData(35, 139);
587587
{{ render(
588588
controller(
589589
'netgen_open_weather_map.controller.air_pollution:getCarbonMonoxideData',
590-
{ 'latitude': 35, 'longitude: '139' }
590+
{ 'latitude': 35, 'longitude': 139 }
591591
)
592592
) }}
593593
```

0 commit comments

Comments
 (0)