We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c1260 commit edc422eCopy full SHA for edc422e
src/iceberg/json_internal.h
@@ -75,7 +75,7 @@ ICEBERG_EXPORT nlohmann::json ToJson(const SortOrder& sort_order);
75
ICEBERG_EXPORT Result<std::unique_ptr<SortOrder>> SortOrderFromJson(
76
const nlohmann::json& json, const std::shared_ptr<Schema>& current_schema);
77
78
-/// \brief Deserializes a JSON object into an unbound `SortOrder` object.
+/// \brief Deserializes a JSON object into a `SortOrder` object.
79
///
80
/// \param json The JSON object representing a `SortOrder`.
81
/// \return An `expected` value containing either a `SortOrder` object or an error. If the
0 commit comments