summaryrefslogtreecommitdiff
path: root/docs/guide/type.md
diff options
context:
space:
mode:
authorGalen Williamson <galen@vector35.com>2022-01-27 13:54:10 -0500
committerGalen Williamson <galen@vector35.com>2022-01-27 13:54:10 -0500
commit77156d6c65296f6790e05937d904eea85247c408 (patch)
tree98ee959e7f2ff9216d26293a3ba431f6c760d43e /docs/guide/type.md
parent724fafee1c75698d551a658fc5d9e3400dfd8513 (diff)
fixed all the OS X/MacOS to macOS
Diffstat (limited to 'docs/guide/type.md')
-rw-r--r--docs/guide/type.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/type.md b/docs/guide/type.md
index eea64e23..cacc6060 100644
--- a/docs/guide/type.md
+++ b/docs/guide/type.md
@@ -525,7 +525,7 @@ current_function.parameter_vars[0].type = Type.pointer(bv.arch, Type.char())
Type Libraries are collections of type information (structs, enums, function types, etc.) stored in a file with the extension `.bntl`.
-Relative to the binaryninja executable, the default type library location is `../Resources/typelib` on MacOS and `./typelib` on Linux and Windows. Individual .bntl files are organized in subdirectories named for the supported architecture. Users may include their own type libraries
+Relative to the binaryninja executable, the default type library location is `../Resources/typelib` on macOS and `./typelib` on Linux and Windows. Individual .bntl files are organized in subdirectories named for the supported architecture. Users may include their own type libraries
The information in a type library is contained in two key-value stores: