summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-10-24 09:26:50 -0400
committerJordan Wiens <jordan@psifertex.com>2023-10-24 09:26:50 -0400
commit84c782175a002a0a62ba1b00234de6b89380c9fc (patch)
treeb41891003393ecb31c722293c648ad9ee962c16a /docs/guide
parent52eeacdafc4d5eff861951db2099f831fb76ff10 (diff)
fix tip formatting
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/type.md2
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