From 2ed9479e8f833b78667e21ae2cfb1b9689a24bf7 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 21 Sep 2016 18:23:27 +0200 Subject: [PATCH] Typos in function names --- doc/02_moran.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02_moran.md b/doc/02_moran.md index 2d9ae99..e83c2f1 100644 --- a/doc/02_moran.md +++ b/doc/02_moran.md @@ -37,7 +37,7 @@ SELECT aoi.quads, aoi.significance, c.num_cyclists_per_total_population -FROM CDB_GetAreasOfInterestLocal('SELECT * FROM commute_data' +FROM CDB_AreasOfInterestLocal('SELECT * FROM commute_data' 'num_cyclists_per_total_population') As aoi JOIN commute_data As c ON c.cartodb_id = aoi.rowid; @@ -113,7 +113,7 @@ SELECT aoi.quads, aoi.significance, c.cyclists_per_total_population -FROM CDB_GetAreasOfInterestLocalRate('SELECT * FROM commute_data' +FROM CDB_AreasOfInterestLocalRate('SELECT * FROM commute_data' 'num_cyclists', 'total_population') As aoi JOIN commute_data As c