[consider merging] Fixed a typo in documentation

This commit is contained in:
Matthias Koefferlein 2024-12-25 17:49:28 +01:00
parent 1278ffeb77
commit 53084e4d43
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ Class<db::Path> decl_Path ("db", "Path",
"and the end point can be pulled forward somewhat (by the 'end extension').\n" "and the end point can be pulled forward somewhat (by the 'end extension').\n"
"\n" "\n"
"A path may have round ends for special purposes. In particular, a round-ended path with a single point " "A path may have round ends for special purposes. In particular, a round-ended path with a single point "
"can represent a circle. Round-ended paths should have being and end extensions equal to half the width. " "can represent a circle. Round-ended paths should have begin and end extensions equal to half the width. "
"Non-round-ended paths with a single point are allowed but the definition " "Non-round-ended paths with a single point are allowed but the definition "
"of the resulting shape in not well defined and may differ in other tools.\n" "of the resulting shape in not well defined and may differ in other tools.\n"
"\n" "\n"