Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix in TraceTranslator doc example #383

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Typo fix in TraceTranslator doc example #383

merged 1 commit into from
Feb 18, 2021

Conversation

SamWitty
Copy link
Contributor

The documentation previously had statements like @read(t1[:r], continuous), which produces the following error when run.

LoadError: MethodError: no method matching @read(::LineNumberNode, ::Module)

This is fixed when replaced with @read(t1[:r], :continuous).

@SamWitty SamWitty changed the title Replaced continuous with :continuous in examples Typo fix in TraceTranslator doc example Feb 18, 2021
@marcoct marcoct merged commit e5ed96f into probcomp:master Feb 18, 2021
bzinberg added a commit that referenced this pull request Mar 26, 2021
Similar to #383
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants