Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 17, 2024
1 parent de223e6 commit 22db154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_cpp/src/rerun/result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace rerun {
/// Construct a result from an error, default constructing the value.
Result(rerun::Error _error) : value(), error(std::move(_error)) {}

/// Construct a result from an arrow setatus, default constructing the value.
/// Construct a result from an arrow status, default constructing the value.
Result(const arrow::Status& status) : value(), error(status) {}

/// Construct a result from an arrow status, default constructing the value.
Expand Down

0 comments on commit 22db154

Please sign in to comment.