Skip to content

Commit 5301c0b

Browse files
committed
changing title
1 parent 0e4606f commit 5301c0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ a good update to the excellent work by [Chris Okasaki](https://en.wikipedia.org/
1111
- [Pattern matching nesting reduction](./docs/pattern_matching_nesting_reduction.ipynb)
1212
- [Fixed points](./docs/fixed_points.ipynb)
1313
- [Exception vs Result](./docs/exception_vs_result.ipynb)
14-
- [Bottom-up approach to devise a structure: r0b0t](./docs/r0b0t.ipynb)
14+
- [Designing a structure from the bottom up: r0b0t](./docs/r0b0t.ipynb)

docs/index.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"- [Pattern matching nesting reduction](./pattern_matching_nesting_reduction.ipynb)\n",
1818
"- [Fixed points](./fixed_points.ipynb)\n",
1919
"- [Exception vs Result](./exception_vs_result.ipynb)\n",
20-
"- [Bottom-up approach to devise a structure: r0b0t](./r0b0t.ipynb)"
20+
"- [Designing a structure from the bottom up: r0b0t](./r0b0t.ipynb)"
2121
]
2222
}
2323
],

docs/r0b0t.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Bottom-up approach to devise a structure: r0b0t"
7+
"# Designing a structure from the bottom up: r0b0t"
88
]
99
},
1010
{

0 commit comments

Comments
 (0)