Skip to content

Commit 06d6a83

Browse files
authored
Update fibonacci-numbers.md
Try indentation.
1 parent 7520d3e commit 06d6a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/fibonacci-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fibonacci numbers possess a lot of interesting properties. Here are a few of the
2222

2323
$$F_{n-1} F_{n+1} - F_n^2 = (-1)^n$$
2424

25-
This can be proved by induction. A one-line proof due to Knuth comes from taking the determinant of the 2x2 matrix form below.
25+
>This can be proved by induction. A one-line proof by Knuth comes from taking the determinant of the 2x2 matrix form below.
2626
2727
* The "addition" rule:
2828

0 commit comments

Comments
 (0)