Skip to content

Commit 16d7c18

Browse files
committed
Merge pull request #11254 from garrison/patch-3
Fix typo in packages.rst
2 parents 98d1e57 + 97d2a1a commit 16d7c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/packages.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ same operating system and environment.
141141

142142
1. Adds the name of the package to ``INSTALLED``.
143143
2. Downloads the package to ``.cache``, then copies the package to the package root directory.
144-
3. Recursively performs step 2 against all the packages listed in the package's ``REQUIRES`` file.
144+
3. Recursively performs step 2 against all the packages listed in the package's ``REQUIRE`` file.
145145
4. Runs :func:`Pkg.build`
146146

147147
.. warning::

0 commit comments

Comments
 (0)