Skip to content

Commit 02337ab

Browse files
committed
whitespace
1 parent bcf7232 commit 02337ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/math.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ a nice goal while learning a new coding language.
245245
=head2 Requirements
246246
247247
In Perl 6 there are some modules in the ecosystem that can do the job we
248-
want in a very easy way :
248+
want in a very easy way :
249249
=item L<C<Math::Model>|https://github.com/moritz/Math-Model>
250250
which lets you write mathematical and physical models in an easy and
251251
natural way.
@@ -257,16 +257,16 @@ For this example we are going to use
257257
L<C<Math::Model>|https://github.com/moritz/Math-Model> because its
258258
useful sintaxis, but remember that this module requires
259259
L<C<Math::RungeKutta>|https://github.com/moritz/Math-RungeKutta> as well.
260-
Simply install them with I<zef> before using these examples.
260+
Simply install them with I<zef> before using these examples.
261261
In the future it should be a nice idea to add other modules.
262262
263263
=head2 Malthus model
264264
265265
Let's start with the I<'Hello World'> of mathematical Ecology:
266266
L<Malthusian growth model|https://en.wikipedia.org/wiki/Malthusian_growth_model>.
267267
A Malthusian growth model, sometimes called a simple exponential growth
268-
model, is essentially exponential growth based on the idea of the
269-
function being proportional to the speed to which the function grows.
268+
model, is essentially exponential growth based on the idea of the
269+
function being proportional to the speed to which the function grows.
270270
The equation, then, looks like this:
271271
272272
I<dx/dt = g*x>

0 commit comments

Comments
 (0)