Skip to content

Commit cc36155

Browse files
committed
Small fix to documentation of length() function
1 parent 54324ac commit cc36155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/builtins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ for the 1st, 2nd, etc., element of each of the argument vectors.
115115

116116
`length(` *x* `;` *y* `)` (or `length(` *x* `,` *y* `)`)
117117
: Return the length of the cartesian vector *x,y*. This is similar to `hypot()`
118-
but restricted to cartesian vectors. The difference is that it will accept
118+
but restricted to two-dimensional vectors. The difference is that it will accept
119119
an n-vector of *x,y* pairs in the first form and return a sequence composed of
120120
the length of each pair, while `hypot()` will return the length of a single
121121
n-dimensional vector. This function is designed to be used with `angle()` to

0 commit comments

Comments
 (0)