summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-02-05 23:36:27 -0500
committerJordan Wiens <jordan@psifertex.com>2025-02-05 23:36:27 -0500
commit1473293c5e4463b5667e886b6e709582fc856872 (patch)
treee7010986d3008226caee0644071af2ff9d3d352d /docs
parent3b4471e7daf2745e35af558d096c222fad845ff6 (diff)
fix mis-named type library action in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/types/typelibraries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/types/typelibraries.md b/docs/guide/types/typelibraries.md
index df6725ec..5848cc8e 100644
--- a/docs/guide/types/typelibraries.md
+++ b/docs/guide/types/typelibraries.md
@@ -16,7 +16,7 @@ __image of linear view showing a bunch of imported functions from a type library
Compared to [Platform Types](./platformtypes.md), only Type Libraries needed by your binary will be imported into your analysis. If you want to manually import additional Type Libraries (e.g. if your binary dynamically loads a library), you can use the **Import Type Library** action in [Types View](./basictypes.md#the-type-list). Just pick a Type Library from the list shown, and it will be added to the list where you can import types from it.
-If you want to use types from a Type Library that have not yet been imported, you can select them in the [Types View](./basictypes.md#the-type-list) and use the **Import Types** action. They will be copied into your analysis's System Types and you can use them in your own structure and function annotations.
+If you want to use types from a Type Library that have not yet been imported, you can select them in the [Types View](./basictypes.md#the-type-list) and use the **Add Type Library** action. They will be copied into your analysis's System Types and you can use them in your own structure and function annotations.
## Design and Purpose