Skip to content

Commit 46b4e3c

Browse files
committed
Fixed typos
1 parent a7dcafc commit 46b4e3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/en/functions_parameters.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Functions with parameters
33
Introduction
44
============
55

6-
Now we know how to *factorise* this code a little. But functions as we have defined them so far are not flexible. the variables are defined inside the function,
7-
and we need to rewrite a whole function to cahnge the value of an angle, or a distance in it.
6+
Now we know how to *factorize* this code a little. But functions as we have defined them so far are not flexible. The variables are defined inside the function, and we need to rewrite a whole function to change the value of an angle, or a distance in it.
87

98
That is why we need to be able to give parameters, or also called *arguments* so that *names* we use in the function can be used with different values each time we call the function:
109

@@ -36,7 +35,7 @@ And we can put as many arguments (or parameters) as we want, separating them wit
3635
backward(length)
3736

3837

39-
A parameterised function for a variable size hexagon
38+
A parameterized function for a variable size hexagon
4039
====================================================
4140

4241
Exercise

0 commit comments

Comments
 (0)