Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Nov 22, 2024
1 parent ef29f71 commit c419c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/base/Status.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace facebook::velox {
/// folly::Expected<T, Status> holds either a result or an error status and is
/// aliased as Expected<T> to simplify usage.
///
/// For operations return a value if successful, or error status if not,
/// For operations that return a value if successful, or error status if not,
/// use Expected<T>:
///
/// Simple usage:
Expand Down

0 comments on commit c419c88

Please sign in to comment.