From bc89c3f0155013b615ba403078b919914b18c284 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 28 Sep 2023 21:38:35 -0400 Subject: correct LibraryFunctionSymbol documentation --- docs/dev/annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md index 7cacced0..80da9ac4 100644 --- a/docs/dev/annotation.md +++ b/docs/dev/annotation.md @@ -41,7 +41,7 @@ Valid symbol types [include](https://api.binary.ninja/binaryninja.enums.SymbolTy | DataSymbol | Symbol for data in the current binary | | ImportedDataSymbol | Symbol for data that is not defined in the current binary | | ExternalSymbol | Symbols for data and code that reside outside the BinaryView | -| LibraryFunctionSymbol | Symbols for external functions outside the library | +| LibraryFunctionSymbol | Symbols for functions identified as belonging to a shared library | ## Tags -- cgit v1.3.1