From aad0b07baa4acd84733a6c81206242a19182a516 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Mon, 4 May 2020 11:21:22 -0700 Subject: Missing punctuation on docstring --- pinentry-rofi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index 8dcfb09..c494e03 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -52,7 +52,7 @@ (cancel-button pinentry-cancel-button set-pinentry-cancel-button!)) (define-syntax-rule (set-and-return! val expr) - "Set val to expr and return val" + "Set val to expr and return val." (begin (set! val expr) val)) (define (string-empty? str) -- cgit