Fix xlog docs
authorChen Shen <chenshen@fb.com>
Thu, 14 Dec 2017 23:26:53 +0000 (15:26 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 14 Dec 2017 23:40:43 +0000 (15:40 -0800)
Summary: When I was investigating the difference between glog/xlog I encountered this.

Reviewed By: yfeldblum

Differential Revision: D6572117

fbshipit-source-id: 4130deb6cfed7cfb7d2433cdab292481beb2469f

folly/experimental/logging/docs/Comparisons.md

index 6e3eeab115e447488217bbfa80a697b5b004ade6..b89bf52096a72ba5eb5c55f7c0e3b609a76f9f38 100644 (file)
@@ -34,7 +34,7 @@ Other advantages of folly logging over glog:
   diminished functionality on Windows, since it cannot be controlled on a
   per-module basis.
 
-Advantages of glog over folly logging over glog:
+Advantages of glog over folly logging:
 
 * Smaller generated code size.  Due to automatically picking a log category
   name, folly logging's `XLOG()` macros currently result in slightly larger