diff options
| author | Ashvika Maddikonda <ashvika@vector35.com> | 2026-05-13 00:37:03 -0400 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2026-05-13 14:32:33 +0200 |
| commit | 57fa922e37ca884b76bc6f638982f04c46f8b933 (patch) | |
| tree | 5b96a95d774a1bf2c4d9caa66d040238a4d1689f /docs | |
| parent | c5ce4f4c7b2c3fc4ef79b06c2729d42d44344c4b (diff) | |
changed "much" to "must" (typo)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 939588e4..820c1edb 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -536,7 +536,7 @@ The search types are available from a drop-down next to the text input field and - Advanced Binary Search: A new search type using the [bv.search](https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.search) syntax (supporting regular expressions and wildcard hex strings) - Escaped: Escaped strings such as `OneString\x09\Tabsx09Another` - - Hex: All values much be valid hex characters such as `ebfffc390` and the bytes will only be searched for in this particular order + - Hex: All values must be valid hex characters such as `ebfffc390` and the bytes will only be searched for in this particular order - Raw: A simple string search that matches the exact string as specified - Text: Searches the decompilation or whatever view is currently selected for disassembly, BNIL, or Pseudo C - Constant: Useful for searching for a constant where the byte ordering is handled for you, such as `0x01020304` |
