Commit bdd2fa6f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix a wrong filename in a comment in ExceptionWrapper.h

Summary: [Folly] Fix a wrong filename in a comment in `ExceptionWrapper.h`.

Reviewed By: pixelb

Differential Revision: D4366224

fbshipit-source-id: cab31dc0a934ae9e9714436e28c8a1a295f7d3de
parent 3caa3408
...@@ -363,7 +363,7 @@ exception_wrapper make_exception_wrapper(Args&&... args) { ...@@ -363,7 +363,7 @@ exception_wrapper make_exception_wrapper(Args&&... args) {
return ew; return ew;
} }
// For consistency with exceptionStr() functions in String.h // For consistency with exceptionStr() functions in ExceptionString.h
fbstring exceptionStr(const exception_wrapper& ew); fbstring exceptionStr(const exception_wrapper& ew);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment