Skip to content
Snippets Groups Projects
Commit 92057286 authored by Douglas Katzman's avatar Douglas Katzman
Browse files

Fix typo in tutorial.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238885 91177308-0d34-0410-b5e6-96231b3b80d8
parent 435af83f
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ You should now be able to run the syntax checker, which is located in ...@@ -169,7 +169,7 @@ You should now be able to run the syntax checker, which is located in
.. code-block:: console .. code-block:: console
cat "int main() { return 0; }" > test.cpp echo "int main() { return 0; }" > test.cpp
bin/loop-convert test.cpp -- bin/loop-convert test.cpp --
Note the two dashes after we specify the source file. The additional Note the two dashes after we specify the source file. The additional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment