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
@ -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 New Issue
Block a user