Skip to content

Commit

Permalink
Minor case adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Oct 25, 2024
1 parent 2acab5d commit eeff2dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ Navigating a graphical representation of a COBOL program's
control-flow proves invaluable when it comes to decipher its overall
logic. To do this, open the command palette (or type
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>), and select `SuperBOL:
Show control-flow` (you can also right click and select `Show
control-flow` in the menu). You are then presented with a list of
Show Control-flow` (you can also right click and select `Show
Control-flow` in the menu). You are then presented with a list of
portions of program to consider (either the entire program, or
individiual sections): select one element to see the corresponding
CFG.
Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lsp/superbol_free_lib/vscode_extension.ml
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,11 @@ let contributes =
~category:"SuperBOL";
Manifest.command ()
~command:"superbol.cfg.open"
~title:"Show control-flow"
~title:"Show Control-flow"
~category:"SuperBOL";
Manifest.command ()
~command:"superbol.cfg.open.arc"
~title:"Show control-flow as an arc-diagram"
~title:"Show Control-flow as an Arc-diagram"
~category:"SuperBOL";
]
~tomlValidation: [
Expand Down

0 comments on commit eeff2dd

Please sign in to comment.