Skip to content

Commit

Permalink
docs: fix indentation in math example function (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
vog authored Jul 14, 2024
1 parent 12f1783 commit 0a41610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/generic/pgf/pgfmanual-en-library-math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ \subsection{Overview}
if \n == 0 then {
return 0;
} else {
return fibonacci2(\n, 0, 1);
};
return fibonacci2(\n, 0, 1);
};
};
function fibonacci2(\n, \p, \q) {
if \n == 1 then {
Expand Down

0 comments on commit 0a41610

Please sign in to comment.