Fix typo in documentation.

llvm-svn: 359329
This commit is contained in:
Nick Lewycky 2019-04-26 17:56:22 +00:00
parent 61beff020e
commit 1d30f0c93e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ abseil-time-comparison
Prefer comparisons in the ``absl::Time`` domain instead of the integer domain.
N.B.: In cases where an ``absl::Time`` is being converted to an integer,
alignment may occur. If the comparison depends on this alingment, doing the
alignment may occur. If the comparison depends on this alignment, doing the
comparison in the ``absl::Time`` domain may yield a different result. In
practice this is very rare, and still indicates a bug which should be fixed.