branch: externals/flymake-clippy commit 32672bb8f4e7c9f9d2ba152a117125a948eea43c Author: Michael Kirkland <mak.kirkl...@proton.me> Commit: Michael Kirkland <mak.kirkl...@proton.me>
Fix minor typos in docstrings --- flymake-clippy.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flymake-clippy.el b/flymake-clippy.el index 48c95c4dc1..3f879360a8 100644 --- a/flymake-clippy.el +++ b/flymake-clippy.el @@ -46,7 +46,7 @@ or if they want to use a specific Cargo binary." :group 'flymake-clippy) (defvar-local flymake-clippy--proc nil - "Bound to cargo clippy process during it's execution.") + "Bound to cargo clippy process during its execution.") (defun flymake-clippy-setup () "Enable Clippy Flymake diagnostics in the current buffer. @@ -114,7 +114,7 @@ For details on REPORT-FN, see `flymake-diagnostic-functions'." LIST contains ordered args required by FLYMAKE-MAKE-DIAGNOSTIC. SOURCE-BUFFER is needed to find the buffer points corresponding -to the reported line and column numbers" +to the reported line and column numbers." (let* ((diagnostic (alist-get 'message json)) (message (alist-get 'message diagnostic)) (level (alist-get 'level diagnostic))