From 1628a3c4d5349a29b28b83624235ff3b06ab411d Mon Sep 17 00:00:00 2001 From: Antoine Giret Date: Thu, 7 Jun 2018 11:39:43 +0200 Subject: [PATCH] Update profiles.md --- docs/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/profiles.md b/docs/profiles.md index 248e9cb52..8b7ef7cf9 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -138,7 +138,7 @@ Given an OpenStreetMap way, the `process_way` function will either return nothin Argument | Description ---------|------------------------------------------------------- profile | The configuration table you returned in `setup`. -node | The input way to process (read-only). +way | The input way to process (read-only). result | The output that you will modify. relations| Storage of relations to access relations, where `way` is a member.