Skip to content

Commit 57b85e7

Browse files
authored
Update functions.md
1 parent d651b2e commit 57b85e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function*---as we did above.
359359
Recall that $n!$ is read as "$n$ factorial" and defined as
360360
$n! = n \times (n - 1) \times \cdots \times 2 \times 1$.
361361
362-
We will only consider n as a positive integer here.
362+
We will only consider $n$ as a positive integer here.
363363
364364
There are functions to compute this in various modules, but let's
365365
write our own version as an exercise.
@@ -523,4 +523,4 @@ draw_new(3)
523523
```
524524

525525
```{solution-end}
526-
```
526+
```

0 commit comments

Comments
 (0)