mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 09:39:28 +00:00
docs: Fix a missing language in a code-block
This should fix the docs build. Spotted by spstarr, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe3378bb83
commit
8b620f3783
@ -359,7 +359,7 @@ that inherits from the ErrorInfo utility:
|
||||
Error values can be implicitly converted to bool: true for error, false for
|
||||
success, enabling the following idiom:
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: c++
|
||||
|
||||
if (auto Err = mayFail())
|
||||
return Err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user