We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc422e commit 11a951aCopy full SHA for 11a951a
1 file changed
src/iceberg/json_internal.h
@@ -191,7 +191,7 @@ ICEBERG_EXPORT Result<std::unique_ptr<PartitionSpec>> PartitionSpecFromJson(
191
const std::shared_ptr<Schema>& schema, const nlohmann::json& json,
192
int32_t default_spec_id);
193
194
-/// \brief Deserializes a JSON object into an unbound `PartitionSpec` object.
+/// \brief Deserializes a JSON object into a `PartitionSpec` object.
195
///
196
/// \param json The JSON object representing a `PartitionSpec`.
197
/// \return An `expected` value containing either a `PartitionSpec` object or an error. If
0 commit comments