Skip to content

Commit 1f050e5

Browse files
committed
doc
1 parent dc5313c commit 1f050e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ optional variables: string[];
35193519
```
35203520
35213521
Index variable names for multi-index sequences.
3522-
Example: `['n', 'k']` for Pascal's triangle P_{n,k}
3522+
Example: `['n', 'k']` for Pascal's triangle `P\_{n,k}`
35233523
35243524
If provided, this takes precedence over `variable`.
35253525

src/compute-engine/global-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ export interface SequenceDefinition {
21792179

21802180
/**
21812181
* Index variable names for multi-index sequences.
2182-
* Example: `['n', 'k']` for Pascal's triangle P_{n,k}
2182+
* Example: `['n', 'k']` for Pascal's triangle `P\_{n,k}`
21832183
*
21842184
* If provided, this takes precedence over `variable`.
21852185
*/

0 commit comments

Comments
 (0)