Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
fad73ab0
Commit
fad73ab0
authored
Apr 29, 2022
by
Abseil Team
Committed by
Copybara-Service
Apr 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in a comment.
PiperOrigin-RevId: 445394311 Change-Id: I265b6a83f79bbed4321e24e6da4730a2c43ddb07
parent
731689ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/status/statusor.h
+1
-1
No files found.
absl/status/statusor.h
View file @
fad73ab0
...
@@ -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 anal
a
gous to `absl::Status::ok()` and should be used
// member function is anal
o
gous 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment