mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Bombe: wording/docs tweaks
This commit is contained in:
parent
21335e7d05
commit
d94e8c8187
2 changed files with 4 additions and 4 deletions
|
@ -35,19 +35,19 @@ class Bombe extends Operation {
|
|||
defaultIndex: 2
|
||||
},
|
||||
{
|
||||
name: "2nd rotor",
|
||||
name: "2nd (middle) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 1
|
||||
},
|
||||
{
|
||||
name: "3rd rotor",
|
||||
name: "3rd (left-hand) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 0
|
||||
},
|
||||
{
|
||||
name: "4th rotor",
|
||||
name: "4th (left-most, only some models) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS_OPTIONAL,
|
||||
defaultIndex: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue