Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct the wrong comment for encodeZigZag
Summary: The comment for encodeZigZag(x) is wrong. Should be encodeZigZag(x) == -2*x - 1, as encodeZigZag(-1) = 1 and encodeZigZag(-2) = 3 Closes facebook/folly#2046 X-link: facebook/folly#2072 Reviewed By: Gownta Differential Revision: D58789263 Pulled By: yfeldblum fbshipit-source-id: af4d16b606cdc39ec930f16218ebf53637a86815
- Loading branch information