fix: correct the typo

complete the angle brackets: ... <sourcePoint> ...
development
ilexwg 2019-12-11 15:06:19 +08:00
parent 22adca1d09
commit e28c111f48
1 changed files with 49 additions and 49 deletions

View File

@ -10,7 +10,7 @@
* For vertices, the geometry consists of the x- and y-location, and the width * For vertices, the geometry consists of the x- and y-location, and the width
* and height. For edges, the geometry consists of the optional terminal- and * and height. For edges, the geometry consists of the optional terminal- and
* control points. The terminal points are only required if an edge is * control points. The terminal points are only required if an edge is
* unconnected, and are stored in the sourcePoint> and <targetPoint> * unconnected, and are stored in the <sourcePoint> and <targetPoint>
* variables, respectively. * variables, respectively.
* *
* Example: * Example: