gnu: parinfer-rust: Fix typos in description.
* gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]: Fix two different ways to mistype ‘parentheses’.
This commit is contained in:
parent
339b96bdc5
commit
7092ca77d0
1 changed files with 2 additions and 2 deletions
|
@ -280,10 +280,10 @@ Rust.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("clang" ,clang)))
|
`(("clang" ,clang)))
|
||||||
(home-page "https://github.com/justinbarclay/parinfer-rust")
|
(home-page "https://github.com/justinbarclay/parinfer-rust")
|
||||||
(synopsis "Infer parantheses for Clojure, Lisp and Scheme")
|
(synopsis "Infer parentheses for Clojure, Lisp and Scheme")
|
||||||
(description
|
(description
|
||||||
"Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers
|
"Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers
|
||||||
paretheses and indentation. This library can be called from other editors that
|
parentheses and indentation. This library can be called from other editors that
|
||||||
can load dynamic libraries.")
|
can load dynamic libraries.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Reference in a new issue