3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent d62474af1b
commit 2baff98ce8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))