Commit fad73ab0 by Abseil Team Committed by Copybara-Service

Fix a typo in a comment.

PiperOrigin-RevId: 445394311
Change-Id: I265b6a83f79bbed4321e24e6da4730a2c43ddb07
parent 731689ff
...@@ -477,7 +477,7 @@ class StatusOr : private internal_statusor::StatusOrData<T>, ...@@ -477,7 +477,7 @@ class StatusOr : private internal_statusor::StatusOrData<T>,
// StatusOr<T>::ok() // StatusOr<T>::ok()
// //
// Returns whether or not this `absl::StatusOr<T>` holds a `T` value. This // Returns whether or not this `absl::StatusOr<T>` holds a `T` value. This
// member function is analagous to `absl::Status::ok()` and should be used // member function is analogous to `absl::Status::ok()` and should be used
// similarly to check the status of return values. // similarly to check the status of return values.
// //
// Example: // Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment