f6982b438b1d

Fix typo in comment
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:53:10 -0400
parents 49bb4cb7bbbb
children b99ecbdb6688
branches/tags (none)
files quick-fastq.lisp

Changes

--- a/quick-fastq.lisp	Mon Mar 23 16:46:28 2026 -0400
+++ b/quick-fastq.lisp	Mon Mar 23 16:53:10 2026 -0400
@@ -4,7 +4,7 @@
 
 (in-package :quick-fastq)
 
-;; data is represented as a conses of (bases . quality-scores)
+;; data is represented as conses of (bases . quality-scores)
 
 (defun phred-char (q)
   (code-char (+ (char-code #\!) q)))