diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-02-25 09:56:10 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-03-02 07:50:56 -0500 |
| commit | 66e5622532b2302009dc6b5f956629c370ff068a (patch) | |
| tree | 6d45385d19f67bbdb83af99305f98014386a903a /docs | |
| parent | 1eafe9eeb83962071ecffaebb0bc98dc79f2f5c6 (diff) | |
Fix some spelling issues
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index b4a702a7..51a031e6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -242,15 +242,15 @@ The Cross References view in the lower-left shows all cross-references to the cu #### Code References -Code references are references to or from code, but not necessarily _to_ code. Code References can reference, code, data, or structure types. Code References are interprocedural, and unfortunately due to speed considerations we currently only show disassembly (rather than an IL) when displaying these types of references. In a future version we hope to address this limitation. +Code references are references to or from code, but not necessarily _to_ code. Code References can reference, code, data, or structure types. Code References are inter-procedural, and unfortunately due to speed considerations we currently only show disassembly (rather than an IL) when displaying these types of references. In a future version we hope to address this limitation. #### Data References -Data References are references created _by_ data (i.e. pointers), notnecessarily _to_ data. Outgoing Data References are what is pointed to by the currently selected data. Incoming Data References are the set of data pointers which point to this address. +Data References are references created _by_ data (i.e. pointers), not necessarily _to_ data. Outgoing Data References are what is pointed to by the currently selected data. Incoming Data References are the set of data pointers which point to this address. #### Variable References -Variable References are all the set of uses of a given variable. As these references are intraprocedural we're able to show the currently viewed IL in the preview. +Variable References are all the set of uses of a given variable. As these references are intra-procedural we're able to show the currently viewed IL in the preview. #### Type References |
