mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public node-inherits
|
|||
(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