We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554cbfb commit afe3b2aCopy full SHA for afe3b2a
cpp/src/arrow/result.h
@@ -228,8 +228,8 @@ class [[nodiscard]] Result : public util::EqualityComparable<Result<T>> {
228
}
229
230
/// Templatized constructor which constructs a `Result<T>` by moving the
231
- /// contents of a `Result<U>`. `T` must be implicitly constructible from `U
232
- /// &&`.
+ /// contents of a `Result<U>`. `T` must be implicitly constructible from
+ /// `U&&`.
233
///
234
/// Sets `other` to contain a non-OK status with a `StatusError::Invalid`
235
/// error code.
0 commit comments