Skip to content

Commit 73c78ad

Browse files
committed
Fix typo
1 parent 5905401 commit 73c78ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/functional-programming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Some examples of a functional programming style in Python.
99
1. `persistent_lists.ipynb`: example of an implementation of a persistent
1010
list, i.e., a purely functional data structure.
1111
1. `persistent_binary_search_tree.ipynb`: example of an implementation of a
12-
persistent list, i.e., a purely functional data structure.
12+
persistent binary search tree, i.e., a purely functional data structure.

0 commit comments

Comments
 (0)