Skip to content

Commit edc422e

Browse files
authored
Update src/iceberg/json_internal.h
1 parent 23c1260 commit edc422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/json_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ICEBERG_EXPORT nlohmann::json ToJson(const SortOrder& sort_order);
7575
ICEBERG_EXPORT Result<std::unique_ptr<SortOrder>> SortOrderFromJson(
7676
const nlohmann::json& json, const std::shared_ptr<Schema>& current_schema);
7777

78-
/// \brief Deserializes a JSON object into an unbound `SortOrder` object.
78+
/// \brief Deserializes a JSON object into a `SortOrder` object.
7979
///
8080
/// \param json The JSON object representing a `SortOrder`.
8181
/// \return An `expected` value containing either a `SortOrder` object or an error. If the

0 commit comments

Comments
 (0)