Skip to content

Commit 9aedfe1

Browse files
committed
Working on #2353
1 parent bb358e4 commit 9aedfe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/math.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ my $m = Math::Model.new(
504504
captures => ('x'),
505505
);
506506
507-
$m.integrate(:from(0), :to(100), :min-resolution(0.5));
508-
$m.render-svg('population growth alle.svg', :title('population growth'));
509-
=end code
507+
$m.integrate(:from(0), :to(100), :min-resolution(0.5));
508+
$m.render-svg('population growth alle.svg', :title('population growth'));
509+
=end code
510510
511511
512512

0 commit comments

Comments
 (0)