File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,10 +269,10 @@ pub struct ControlRegisters {
269269 pub q : Address ,
270270
271271 /// The k register (User guide 4-3.1) holds the current sequence
272- /// number (User guide 5-24). k is Option<SequenceNumber> in order
273- /// to allow the (emulated) control unit to recognise a CODABO
274- /// button as indicating a need to change sequence from the control
275- /// unit's initial state to sequence 0.
272+ /// number (User guide 5-24). k is ` Option<SequenceNumber>` in
273+ /// order to allow the (emulated) control unit to recognise a
274+ /// CODABO button as indicating a need to change sequence from the
275+ /// control unit's initial state to sequence 0.
276276 ///
277277 /// This likely doesn't reflect the actual operation of the TX-2
278278 /// very well, and better understanding of the real operation of
You can’t perform that action at this time.
0 commit comments