diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2023-09-05 18:34:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 11:34:47 +0200 |
| commit | 7337a6b85cb7a18ab01d4f1dec2e668914f3865c (patch) | |
| tree | 066f10606173b63075e02a9866cbc3b823cea30c /README.md | |
| parent | e0e14624392a0b9cba0db3aa78bf517f937a3dbf (diff) | |
fix: typo in README.md (#2068)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Let's dissect what's going on: write a hashtag followed by an expression. We define two variables and a recursive function to compute the n-th fibonacci number. Then, we display the results in a center-aligned table. The table function takes its cells - row-by-row. Therefore, we first pass the formulas `$F_1$` to `$F_10$` and then + row-by-row. Therefore, we first pass the formulas `$F_1$` to `$F_8$` and then the computed fibonacci numbers. We apply the spreading operator (`..`) to both because they are arrays and we want to pass the arrays' items as individual arguments. |
