Skip to content

Commit 61ad313

Browse files
committed
fix default options sentence
1 parent be84cde commit 61ad313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/conanfile/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ consistent implementation take into account these considerations:
366366
default_options
367367
---------------
368368

369-
As you have seen in the examples above, recipe's default options are declared as a dictionary and can be assigned an initial desired value.
369+
As you have seen in the examples above, recipe's default options are declared as a dictionary with the initial desired value of the options.
370370
However, you can also specify default option values of the required dependencies:
371371

372372
.. code-block:: python

0 commit comments

Comments
 (0)