diff --git a/docs/developing.md b/docs/developing.md index 0ab3d846f..9bb661a91 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -20,7 +20,7 @@ A guard (ScopedGeojsonLoggerGuard) requires a logging policy. Per default we pro The initialisation to do so looks like this: `util::ScopedGeojsonLoggerGuard geojson_guard( "debug.geojson", data-for-conversion);` -Make sure to give the guar a name, so it actually gets a lifetime. +Make sure to give the guard a name, so it actually gets a lifetime. The field `data-for-conversion` can be an arbitrary long set of features and needs to match the parameters used for constructing our policy (in this case `util::NodeIdVectorToLineString`).