From 72b4eba57324c58db9be9708fecbb53999c19b5f Mon Sep 17 00:00:00 2001 From: "O'Keefe, Colin B" Date: Wed, 7 Feb 2024 13:12:57 -0800 Subject: [PATCH] docstring typo --- src/chip/chip-specification.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chip/chip-specification.lisp b/src/chip/chip-specification.lisp index 7821d22b..fb10621b 100644 --- a/src/chip/chip-specification.lisp +++ b/src/chip/chip-specification.lisp @@ -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