Skip to content

Commit e900248

Browse files
committed
[cpu] Fix a formatting error in a doc comment.
1 parent b72c339 commit e900248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpu/src/control.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)