aboutsummaryrefslogtreecommitdiff
path: root/doc/Manual/en/BH_Vec2f.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Manual/en/BH_Vec2f.pod')
-rw-r--r--doc/Manual/en/BH_Vec2f.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Manual/en/BH_Vec2f.pod b/doc/Manual/en/BH_Vec2f.pod
index e3122b3..f2ec314 100644
--- a/doc/Manual/en/BH_Vec2f.pod
+++ b/doc/Manual/en/BH_Vec2f.pod
@@ -16,7 +16,7 @@ BH_Vec2f - two-dimensional real vector
=head1 DESCRIPTION
The BH_Vec2f module provides a set of functions for working with two-dimensional
-vectors. It includes operations for addition, subtraction, multiplication,
+vectors. It includes operations for addition, subtraction, multiplication,
scaling, calculating the dot and cross product, as well as normalizing vectors.
@@ -161,7 +161,7 @@ The I<out> parameter describes the resulting vector.
float t,
float out[2]);
-Performs linear interpolation between two vectors I<a> and I<b> with parameter
+Performs linear interpolation between two vectors I<a> and I<b> with parameter
I<t>.
The I<out> parameter describes the resulting vector.