diff --git a/en-US/faq.md b/en-US/faq.md index 886c21bc0..c798840c5 100644 --- a/en-US/faq.md +++ b/en-US/faq.md @@ -1474,7 +1474,7 @@ buffer). The caller then must either pass a temporary expression or make an explicit move using `std::move`. The rough equivalent to the function `process` above, then, would be: -``` +```cpp void process(string&& s) { } void caller() {