Skip to content

Commit 38a2f50

Browse files
committed
[clang-tidy] Fix a typo in the doc.
llvm-svn: 364010
1 parent 3b92698 commit 38a2f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/abseil-duration-addition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Examples:
1818
int result = absl::ToUnixSeconds(t) + x;
1919

2020
// Suggestion - Addition in the absl::Time domain
21-
int result = absl::TounixSeconds(t + absl::Seconds(x));
21+
int result = absl::ToUnixSeconds(t + absl::Seconds(x));

0 commit comments

Comments
 (0)