diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-10-24 09:26:50 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-10-24 09:26:50 -0400 |
| commit | 84c782175a002a0a62ba1b00234de6b89380c9fc (patch) | |
| tree | b41891003393ecb31c722293c648ad9ee962c16a /docs/guide | |
| parent | 52eeacdafc4d5eff861951db2099f831fb76ff10 (diff) | |
fix tip formatting
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 |
