diff options
-rw-r--r-- | guix/scripts/lint.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index 35ab9aaf69..d6bfffda13 100644 --- a/guix/scripts/lint.scm +++ b/guix/scripts/lint.scm @@ -77,7 +77,7 @@ (exit 0)) (define (properly-starts-sentence? s) - (string-match "^[[:upper:][:digit:]]" s)) + (string-match "^[(\"'[:upper:][:digit:]]" s)) (define (check-description-style package) ;; Emit a warning if stylistic issues are found in the description of PACKAGE. |