From 77156d6c65296f6790e05937d904eea85247c408 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Thu, 27 Jan 2022 13:54:10 -0500 Subject: fixed all the OS X/MacOS to macOS --- docs/guide/type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/type.md') 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: -- cgit v1.3.1