Skip to content

Commit 2aba9ea

Browse files
committed
Fix wording in Edit Function Properties dialog docs
1 parent d6bcd71 commit 2aba9ea

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/guide/enterprise/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ Across the top of the Remote Dialog are five buttons:
111111
* **Manage Users...**: Opens a dialog that allows adding, editing, and removing users from the current server. (Only available to server administrators.)
112112
* **Manage Groups...**: Opens a dialog that allows adding, editing, and removing groups from the current server. (Only available to server administrators.)
113113
* **Actions**: Opens a context menu with the following options:
114-
115114
* **Create Project...**: Opens a dialog box for creating a new project.
116115
* **Import Local Project...**: Opens a file picker to select a local project to upload in its entirety.
117116
* **Edit Properties...**: Opens a dialog box for editing the current project's name and description.

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Pure functions are assumed to have no side effects and may be inlined if their r
882882

883883
### 8. Inline During Analysis
884884

885-
When Inline During Analysis is checked, it causes the function to be [inlined](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.inline_during_analysis) during analysis. The three options control whether instruction addresses are preserved per function or per call site.
885+
When Inline During Analysis is checked, it causes the function to be [inlined](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.inline_during_analysis) during analysis. The options control whether instruction addresses are preserved per function or per call site.
886886

887887
### 9. Signature Table
888888

@@ -892,7 +892,7 @@ This section contains the function's return value and parameters as an editable
892892

893893
This section contains the list of registers that this function clobbers; individual registers can be checked or unchecked.
894894

895-
### 11. Register Stack Adjustments
895+
### 11. Register Stacks
896896

897897
This element is a table containing a row for each register stack (e.g. x87) in the architecture, with the ability to adjust how many registers are removed from each stack when the function returns.
898898

0 commit comments

Comments
 (0)