Commit f2b52372 by Abseil Team Committed by Copybara-Service

Remove extra space in comment.

PiperOrigin-RevId: 512155216
Change-Id: Ie66d29bd48ba8523f5fb7f835f721d9aec637eba
parent 8c79530e
...@@ -46,7 +46,7 @@ ABSL_NAMESPACE_BEGIN ...@@ -46,7 +46,7 @@ ABSL_NAMESPACE_BEGIN
// //
// Like `std::bind()`, `absl::bind_front()` is implicitly convertible to // Like `std::bind()`, `absl::bind_front()` is implicitly convertible to
// `std::function`. In particular, it may be used as a simpler replacement for // `std::function`. In particular, it may be used as a simpler replacement for
// `std::bind()` in most cases, as it does not require placeholders to be // `std::bind()` in most cases, as it does not require placeholders to be
// specified. More importantly, it provides more reliable correctness guarantees // specified. More importantly, it provides more reliable correctness guarantees
// than `std::bind()`; while `std::bind()` will silently ignore passing more // than `std::bind()`; while `std::bind()` will silently ignore passing more
// parameters than expected, for example, `absl::bind_front()` will report such // parameters than expected, for example, `absl::bind_front()` will report such
......
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