Skip to content

Commit ae94636

Browse files
committed
Fixed small mistake in vector.yaml
1 parent f62777a commit ae94636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/libraries/vector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ functions:
214214
- name: vector.min
215215
summary: Applies `math.min` to the corresponding components of the input vectors.
216216
description: |
217-
Applies `math.max` to the corresponding components of the input vectors. Equivalent to `vector.create(math.min((...).x), math.min((...).y), math.min((...).z))`.
217+
Applies `math.min` to the corresponding components of the input vectors. Equivalent to `vector.create(math.min((...).x), math.min((...).y), math.min((...).z))`.
218218
parameters:
219219
- name: ...
220220
type: vector

0 commit comments

Comments
 (0)