diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-09-11 18:29:59 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-09-11 19:09:28 -0400 |
| commit | 5f21429815bfa13bc167aff4a9785424675b82b6 (patch) | |
| tree | d13caac55b8ad269062929413e286bab44ad8429 /docs/dev/index.md | |
| parent | 2d20ed145b9135a7d3390acb3ac10a900d947f91 (diff) | |
Docs grammar and spelling fixes
Diffstat (limited to 'docs/dev/index.md')
| -rw-r--r-- | docs/dev/index.md | 2 |
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) |
