Skip to content

Commit 5d47d94

Browse files
Fix typo
1 parent 9491b7b commit 5d47d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/Introduction to Modeling in Gen.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"cell_type": "markdown",
234234
"metadata": {},
235235
"source": [
236-
"More interesting than `n` are the values of the random choies that `line_model` makes. **Crucially, each random choice is annotated with a unique *address*.** A random choice is assigned an address using the `@trace` keyword. Addresses can be any Julia value. In this program, there are two types of addresses used -- Julia symbols and tuples of symbols and integers. Note that within the `for` loop, the same line of code is executed multiple times, but each time, the random choice it makes is given a distinct address."
236+
"More interesting than `n` are the values of the random choices that `line_model` makes. **Crucially, each random choice is annotated with a unique *address*.** A random choice is assigned an address using the `@trace` keyword. Addresses can be any Julia value. In this program, there are two types of addresses used -- Julia symbols and tuples of symbols and integers. Note that within the `for` loop, the same line of code is executed multiple times, but each time, the random choice it makes is given a distinct address."
237237
]
238238
},
239239
{

0 commit comments

Comments
 (0)