From 072daec4b1dd506b932a1dbd0b9aba084ab4b12e Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Tue, 20 Feb 2018 12:35:22 -0800 Subject: [PATCH] Update relations.rst "from" not "form". --- docs/relations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relations.rst b/docs/relations.rst index ea39aad..fa7f86f 100644 --- a/docs/relations.rst +++ b/docs/relations.rst @@ -139,7 +139,7 @@ Both ``osm_id`` and ``member_id`` columns are indexed in PostgreSQL by default t ``relation`` ^^^^^^^^^^^^ -The ``relation`` table type inserts the mapped element regardless of the resulting geometry. For example, this allows you to create a table with the metadata (name, reference, operator, etc.) of all available route relations. The actual geometries need to be `joined` form the members. +The ``relation`` table type inserts the mapped element regardless of the resulting geometry. For example, this allows you to create a table with the metadata (name, reference, operator, etc.) of all available route relations. The actual geometries need to be `joined` from the members. Example ~~~~~~~