From 01860ad1bb8f9c5fbc639063c390dfc24b49229f Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Thu, 20 Oct 2016 23:26:34 +0500 Subject: [PATCH] DevManual.md: fix grammar --- docs/DevManual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DevManual.md b/docs/DevManual.md index 9da64ece..73ff89b8 100644 --- a/docs/DevManual.md +++ b/docs/DevManual.md @@ -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")