diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 10:16:57 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 10:17:36 +0900 |
| commit | e521059a432c92c5fa8a24c12d8311768a1e76bf (patch) | |
| tree | 13abbd64096b33f369ac002c7105c3fa6f0308c6 /doc | |
| parent | 33fccff0352b4637c7a45d0f7b0fc7149743e5f4 (diff) | |
doc: Fix typo.
* doc/contributing.texi (Deprecation Policy): Add missing closing parenthesis.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 0ab5294f8e3..e3ace45ac39 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -3151,7 +3151,7 @@ for @b{at least six months}, for instance by adding | |||
| 3151 | @findex define-deprecated/public-alias | 3151 | @findex define-deprecated/public-alias |
| 3152 | @lisp | 3152 | @lisp |
| 3153 | (define-deprecated/public-alias @var{name} | 3153 | (define-deprecated/public-alias @var{name} |
| 3154 | (@@ (gnu packages @var{new-module} @var{name})) | 3154 | (@@ (gnu packages @var{new-module}) @var{name})) |
| 3155 | @end lisp | 3155 | @end lisp |
| 3156 | in @var{gnu/packages/old-module.scm}. | 3156 | in @var{gnu/packages/old-module.scm}. |
| 3157 | 3157 | ||
