Skip to content

Commit 5706b98

Browse files
committed
Add missing closing brace in documentation
1 parent 538ffbf commit 5706b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Here's a first translation of our requirements:
252252
[gen/nat
253253
(gen/tuple gen/nat
254254
(gen/one-of [(gen/return nil) tree])
255-
(gen/one-of [(gen/return nil) tree]))))
255+
(gen/one-of [(gen/return nil) tree]))]))
256256
```
257257

258258
And if we try and `sample` our generator:

0 commit comments

Comments
 (0)