Skip to content

Commit 882d8ed

Browse files
committed
tiny doc change
1 parent 81bf510 commit 882d8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Constructs an empty metadata object
117117
%Docstring
118118
Constructs a valid metadata object
119119

120-
:param isScalar: dataset contains scalar data, particularly the y-value of QgsMeshDatasetValue is NaN
120+
:param isScalar: dataset contains scalar data, specifically the y-value of QgsMeshDatasetValue is NaN
121121
:param isValid: dataset is loadad and valid for fetching the data
122122
:param isOnVertices: dataset values are defined on mesh's vertices. If false, values are defined on faces.
123123
:param extraOptions: dataset's extra options stored by the provider. Usually contains the name, time value, time units, data file vendor, ...

src/core/mesh/qgsmeshdataprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class CORE_EXPORT QgsMeshDatasetMetadata
107107
/**
108108
* Constructs a valid metadata object
109109
*
110-
* \param isScalar dataset contains scalar data, particularly the y-value of QgsMeshDatasetValue is NaN
110+
* \param isScalar dataset contains scalar data, specifically the y-value of QgsMeshDatasetValue is NaN
111111
* \param isValid dataset is loadad and valid for fetching the data
112112
* \param isOnVertices dataset values are defined on mesh's vertices. If false, values are defined on faces.
113113
* \param extraOptions dataset's extra options stored by the provider. Usually contains the name, time value, time units, data file vendor, ...

0 commit comments

Comments
 (0)