Skip to content

Commit 292a793

Browse files
committed
docs: fix simple typo, possiblity -> possibility
There is a small typo in 095_unique_binary_search_trees_ii/unique_bst.c. Should read `possibility` rather than `possiblity`.
1 parent 14b6e53 commit 292a793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

095_unique_binary_search_trees_ii/unique_bst.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* i=2
2222
* / \
23-
* (1,1) (3,3) // 1 possiblity
23+
* (1,1) (3,3) // 1 possibility
2424
*
2525
*
2626
* i=3

0 commit comments

Comments
 (0)