Skip to content

Commit

Permalink
[designspace] Mark <source name="..."> as optional
Browse files Browse the repository at this point in the history
Fixes #3193
  • Loading branch information
behdad committed Jun 29, 2023
1 parent 46086cd commit 3235454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/source/designspaceLib/xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ The ``<sources>`` element contains one or more ``<source>`` elements.
While this could be extracted from the font data itself, it can be
more efficient to add it here.
- ``stylename``: optional, string. The style name of the source font.
- ``name``: required, string. A unique name that can be used to
- ``name``: optional, string. A unique name that can be used to
identify this font if it needs to be referenced elsewhere.
- ``filename``: required, string. A path to the source file, relative
to the root path of this document. The path can be at the same level
Expand Down

0 comments on commit 3235454

Please sign in to comment.