We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5313c commit 1f050e5Copy full SHA for 1f050e5
2 files changed
src/api.md
@@ -3519,7 +3519,7 @@ optional variables: string[];
3519
```
3520
3521
Index variable names for multi-index sequences.
3522
-Example: `['n', 'k']` for Pascal's triangle P_{n,k}
+Example: `['n', 'k']` for Pascal's triangle `P\_{n,k}`
3523
3524
If provided, this takes precedence over `variable`.
3525
src/compute-engine/global-types.ts
@@ -2179,7 +2179,7 @@ export interface SequenceDefinition {
2179
2180
/**
2181
* Index variable names for multi-index sequences.
2182
- * Example: `['n', 'k']` for Pascal's triangle P_{n,k}
+ * Example: `['n', 'k']` for Pascal's triangle `P\_{n,k}`
2183
*
2184
* If provided, this takes precedence over `variable`.
2185
*/
0 commit comments