mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: node-inherits: Fix typo in description.
* gnu/packages/node-xyz.scm (node-inherits)[description]: Fix ‘constructer’ typo.
This commit is contained in:
parent
d62474af1b
commit
2baff98ce8
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ if desired.")
|
|||
(home-page "https://github.com/isaacs/inherits")
|
||||
(synopsis "Browser-friendly object inheritance")
|
||||
(description "This package provides an alternative implementation of
|
||||
Node's @code{inherits} constructer that can be used in browsers, while
|
||||
Node's @code{inherits} constructor that can be used in browsers, while
|
||||
defaulting to Node's implementation otherwise.")
|
||||
(license license:isc)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue