From f5882bb6415b07aaa5d74199a16c610f6da7824c Mon Sep 17 00:00:00 2001 From: Chen Shen Date: Thu, 14 Dec 2017 15:26:53 -0800 Subject: [PATCH] Fix xlog docs 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/experimental/logging/docs/Comparisons.md b/folly/experimental/logging/docs/Comparisons.md index 6e3eeab1..b89bf520 100644 --- a/folly/experimental/logging/docs/Comparisons.md +++ b/folly/experimental/logging/docs/Comparisons.md @@ -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 -- 2.34.1