Skip to content

Commit 3779cb1

Browse files
authored
Merge pull request #440 from probcomp/2021-11-20-fsaad-doc-tyop
Fix minor doc typo.
2 parents 2471134 + 1685212 commit 3779cb1

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)