From 5f21429815bfa13bc167aff4a9785424675b82b6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 11 Sep 2025 18:29:59 -0400 Subject: Docs grammar and spelling fixes --- docs/dev/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/index.md') 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) -- cgit v1.3.1