diff --git a/Manual.md b/Manual.md index d9e56b9a..915c1f31 100644 --- a/Manual.md +++ b/Manual.md @@ -4,7 +4,7 @@ C++ C# interop bridge tool Developer's Manual 1. Overview ----------- -This tool allows you to generate bindinds that wrap C/C++ code allowing +This tool allows you to generate bindings that wrap C/C++ code allowing interoperation in another language. This can be useful if you have an existing native codebase and want to add scripting support, or want to consume an existing native library in your managed code.