summaryrefslogtreecommitdiff
path: root/docs/dev/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/index.md')
-rw-r--r--docs/dev/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/index.md b/docs/dev/index.md
index 7407d7bb..01c355a4 100644
--- a/docs/dev/index.md
+++ b/docs/dev/index.md
@@ -24,7 +24,7 @@ The Core API is designed to only be used as a shim from other languages and is n
### C++ API
-The C++ API is what the Binary Ninja UI itself is built using so it's a robust and fully feature-complete interface to the core, however, it does not have the same level of detail in the documentation.
+The C++ API is what the Binary Ninja UI itself uses, so it's a robust and fully feature-complete interface to the core, however, it does not have the same level of detail in the documentation.
- [C++ Header](https://github.com/Vector35/binaryninja-api/blob/dev/binaryninjaapi.h) (along with the rest of the [repository](https://github.com/Vector35/binaryninja-api))
- [Build Instructions](https://github.com/Vector35/binaryninja-api#building)