Browse Source

DevManual.md: fix grammar

pull/701/head
Abdur Rehman 9 years ago committed by GitHub
parent
commit
01860ad1bb
  1. 2
      docs/DevManual.md

2
docs/DevManual.md

@ -29,7 +29,7 @@ by the generator. @@ -29,7 +29,7 @@ by the generator.
This is done in Parser.cpp, we walk the AST provided by Clang and mirror
it in a .NET-friendly way. Most of this code is pretty straightforward if
you are familiar how Clang represents C++ code in AST nodes.
you are familiar with how Clang represents C++ code in AST nodes.
Recommended Clang documentation: [http://clang.llvm.org/docs/InternalsManual.html](http://clang.llvm.org/docs/InternalsManual.html "Clang Internals")

Loading…
Cancel
Save