Skip to content

Commit 91c1c0e

Browse files
authored
Merge pull request #443 from stan-dev/twiddle_to_tilde
Replace `twiddle` with `tilde`
2 parents 57be8f7 + c138893 commit 91c1c0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/stan-users-guide/using-stanc.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ in more detail in following sections):
231231
constants are used as distribution arguments.
232232
- *Control flow depends on a parameter.* Branching control flow (like if/else)
233233
depends on a parameter value .
234-
- *Parameter has multiple twiddles.* A parameter is on the left-hand side of
235-
multiple twiddles.
234+
- *Parameter has multiple tildes.* A parameter is on the left-hand side of
235+
multiple tildes.
236236
- *Parameter has zero or multiple priors.* A parameter has zero or more than
237237
one prior distribution.
238238
- *Variable is used before assignment.* A variable is used before being
@@ -443,7 +443,7 @@ Warning at 'param-dep-cf-warn.stan', line 19, column 2 to line 21, column 3:
443443
```
444444

445445

446-
### Parameters with multiple twiddles
446+
### Parameters with multiple tildes
447447

448448
A warning is generated when a parameter is found on the left-hand side of more than one ~ statements (or an equivalent `target +=` conditional density statement). This pattern is not inherently an issue, but it is unusual and may indicate a mistake.
449449

@@ -470,8 +470,8 @@ model {
470470
Pedantic mode produces the following warning.
471471

472472
```
473-
Warning at 'multi-twiddle.stan', line 9, column 2 to column 19:
474-
The parameter a is on the left-hand side of more than one twiddle
473+
Warning at 'multi-tildes.stan', line 9, column 2 to column 19:
474+
The parameter a is on the left-hand side of more than one tildes
475475
statement.
476476
```
477477

0 commit comments

Comments
 (0)