mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-19 03:00:26 +01:00
Remove extra word in docs
This commit is contained in:
parent
81b98c93b6
commit
f7beb220df
1 changed files with 1 additions and 1 deletions
|
|
@ -1337,7 +1337,7 @@ typedef enum _cairo_path_data_type {
|
|||
* a portion of the path than needed. Such elements can be used by
|
||||
* users of the cairo API to hold extra values in the path data
|
||||
* structure. For this reason, it is recommended that applications
|
||||
* always use <literal>data->header.length</literal> to advance
|
||||
* always use <literal>data->header.length</literal> to
|
||||
* iterate over the path data, instead of hardcoding the number of
|
||||
* elements for each element type.
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue