Skip to content

Commit 11a951a

Browse files
authored
Update src/iceberg/json_internal.h
1 parent edc422e commit 11a951a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/json_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ICEBERG_EXPORT Result<std::unique_ptr<PartitionSpec>> PartitionSpecFromJson(
191191
const std::shared_ptr<Schema>& schema, const nlohmann::json& json,
192192
int32_t default_spec_id);
193193

194-
/// \brief Deserializes a JSON object into an unbound `PartitionSpec` object.
194+
/// \brief Deserializes a JSON object into a `PartitionSpec` object.
195195
///
196196
/// \param json The JSON object representing a `PartitionSpec`.
197197
/// \return An `expected` value containing either a `PartitionSpec` object or an error. If

0 commit comments

Comments
 (0)