Skip to content

Commit 1685212

Browse files
author
Feras A. Saad
committed
Fix minor doc typo.
1 parent 2471134 commit 1685212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ref/selections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If we use this selection in the context of a trace of the function `baz` below,
1717
end
1818
```
1919

20-
If we use this selection in the context of a trace of the function `bar` below, we are actually selecting three random choices---the one random choice made by `bar` at address `:x` and the two random choices made by `foo` at addresses `:y => :z` and :y => :w`:
20+
If we use this selection in the context of a trace of the function `bar` below, we are actually selecting three random choices---the one random choice made by `bar` at address `:x` and the two random choices made by `foo` at addresses `:y => :z` and `:y => :w`:
2121
```julia
2222
@gen function foo()
2323
@trace(normal(0, 1), :z)

0 commit comments

Comments
 (0)