[clang-tidy] Fix a typo in the doc.

llvm-svn: 364010
This commit is contained in:
Haojian Wu 2019-06-21 07:58:19 +00:00
parent 3b9269882e
commit 38a2f50070
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ Examples:
int result = absl::ToUnixSeconds(t) + x;
// Suggestion - Addition in the absl::Time domain
int result = absl::TounixSeconds(t + absl::Seconds(x));
int result = absl::ToUnixSeconds(t + absl::Seconds(x));