efl interfaces: Fix typo in doc

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5209
This commit is contained in:
Bryce Harrington 2017-09-19 12:15:55 +09:00 committed by Jean-Philippe Andre
parent 1a3e8ee6d0
commit c88aadb42a
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ mixin Efl.Gfx.Path
[[Creates intermediary path part-way between two paths
Sets the points of the $obj as the linear interpolation of the points
in the $from and to $paths. The path's x,y position and control
in the $from and $to paths. The path's x,y position and control
point coordinates are likewise interpolated.
The $from and $to paths must not already have equivalent points,