Skip to content

Commit

Permalink
Fixes minor typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 27, 2020
1 parent af81515 commit a8f80f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverogcapi.h
Expand Up @@ -120,7 +120,7 @@ class SERVER_EXPORT QgsServerOgcApi : public QgsServerApi
static const QMap<QgsServerOgcApi::ContentType, QStringList> contentTypeMimes() SIP_SKIP;

/**
* Returns contenType specializations (e.g. JSON => [GEOJSON, OPENAPI3], XML => [GML])
* Returns contentType specializations (e.g. JSON => [GEOJSON, OPENAPI3], XML => [GML])
* \note not available in Python bindings
*/
static const QHash<QgsServerOgcApi::ContentType, QList<QgsServerOgcApi::ContentType> > contentTypeAliases() SIP_SKIP;
Expand Down

0 comments on commit a8f80f0

Please sign in to comment.