Skip to content

Commit c920865

Browse files
Update custom_generators.rst (#4131)
1 parent 5aedf1a commit c920865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/extensions/custom_generators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ inject the generator into the recipe.
142142

143143
Note that built-in generators can also be injected using tool_requires,
144144
by adding them by name: ``self.generator_info.append("CMakeDeps")``.
145-
``tool_require``ing this package will inject the ``CMakeDeps`` generator into the recipe
145+
``tool_require``'ing this package will inject the ``CMakeDeps`` generator into the recipe
146146
just as if it was declared in its ``generators`` attribute.

0 commit comments

Comments
 (0)