diff options
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/type.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/type.md b/docs/guide/type.md index cb5dbd2a..ecfafc09 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -343,7 +343,7 @@ You could write this type into: And any time you opened a 32bit windows binary, that type would be available to use. However, please note that these are not substitutes for [Type Libraries](../dev/annotation.md#type-libraries). Type Libraries are used to provide a collection of types for a given library such as a libc, or common DLL. ???+ Warning "Tip" - If you don't know the specific platform (and thus filename) you need to create for a given file, just enter `bv.platform` in the scripting console. + If you don't know the specific platform (and thus filename) you need to create for a given file, just enter `bv.platform` in the scripting console. ### Common Types |
