Fixed a typo.

This commit is contained in:
Matthias Koefferlein 2018-08-24 22:59:11 +02:00
parent 04545e435b
commit e8a5d6ac0c
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ CODE
# #
# This method produces markers on the corners of the polygons. An angle criterion can be given which # This method produces markers on the corners of the polygons. An angle criterion can be given which
# selects corners based on the angle of the connecting edges. Positive angles indicate a left turn # selects corners based on the angle of the connecting edges. Positive angles indicate a left turn
# while negative angles indicate a right turn. Since polygons are oriented clockwise, postive angles # while negative angles indicate a right turn. Since polygons are oriented clockwise, positive angles
# indicate concave corners while negative ones indicate convex corners. # indicate concave corners while negative ones indicate convex corners.
# #
# The markers generated can be point-like edges or small 2x2 DBU boxes. The latter is the default. # The markers generated can be point-like edges or small 2x2 DBU boxes. The latter is the default.