From 041904904362b915d1441b3f17c954385714cbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Tue, 18 Sep 2012 19:10:42 +0200 Subject: [PATCH] Update Manual.md Fixed typo. --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.