diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index 0861ff76db..0918fc28db 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -88,4 +88,4 @@ Given either a list of geojson features or a single layer name, gives the single ### memberships -Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: \`\_part\_of\_walking\_routes=feat.memberships().map(r => r.relation.tags.name).join(';')\` \ No newline at end of file +Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: `_part_of_walking_routes=feat.memberships().map(r => r.relation.tags.name).join(';')`