diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-04 11:21:22 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-04 11:21:22 -0700 |
commit | aad0b07baa4acd84733a6c81206242a19182a516 (patch) | |
tree | f9f43f762307f21e3d5110c98d297c74df1e4723 /pinentry-rofi.scm | |
parent | 4b55dea9b1d00a5ea1a4dad08d1d70feb81d7f2d (diff) | |
download | pinentry-rofi-aad0b07baa4acd84733a6c81206242a19182a516.tar.gz |
Missing punctuation on docstring
Diffstat (limited to 'pinentry-rofi.scm')
-rwxr-xr-x | pinentry-rofi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |