Skip to content

Commit 0a41610

Browse files
authored
docs: fix indentation in math example function (#1351)
1 parent 12f1783 commit 0a41610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/generic/pgf/pgfmanual-en-library-math.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ \subsection{Overview}
5757
if \n == 0 then {
5858
return 0;
5959
} else {
60-
return fibonacci2(\n, 0, 1);
61-
};
60+
return fibonacci2(\n, 0, 1);
61+
};
6262
};
6363
function fibonacci2(\n, \p, \q) {
6464
if \n == 1 then {

0 commit comments

Comments
 (0)