Skip to content

Commit afe3b2a

Browse files
committed
Fix split parsing
1 parent 554cbfb commit afe3b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/result.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ class [[nodiscard]] Result : public util::EqualityComparable<Result<T>> {
228228
}
229229

230230
/// Templatized constructor which constructs a `Result<T>` by moving the
231-
/// contents of a `Result<U>`. `T` must be implicitly constructible from `U
232-
/// &&`.
231+
/// contents of a `Result<U>`. `T` must be implicitly constructible from
232+
/// `U&&`.
233233
///
234234
/// Sets `other` to contain a non-OK status with a `StatusError::Invalid`
235235
/// error code.

0 commit comments

Comments
 (0)