Skip to content

Commit

Permalink
docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
macrologist committed Feb 7, 2024
1 parent 4203f17 commit 72b4eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chip/chip-specification.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ Compilers are listed in descending precedence.")

(defun get-instruction-fidelity (instr chip-spec)
"Return the double-float fidelity value associated with object INSTR
on CHIP-SPEC. If no specializtion on INSTR is available, the
default is perfect fidelity."
on CHIP-SPEC. If no case for on INSTR is matched, the default is
perfect fidelity (i.e. 1.0)."
(declare (values double-float))
(typecase instr
(measurement
Expand Down

0 comments on commit 72b4eba

Please sign in to comment.