Skip to content

Commit fb09778

Browse files
committed
Fix up speech templates so that use $1 etc., for the arguments
1 parent 8d28598 commit fb09778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_data/core.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ concepts:
12551255
- concept: binomial-coefficient
12561256
arity: 2
12571257
property: infix
1258-
en: "n choose k"
1258+
en: "$1 choose $2"
12591259
comment:
12601260
- "There are many notations used for the binomial coefficient. Here are some of them:
12611261
@@ -1314,7 +1314,7 @@ concepts:
13141314
- concept: permutation-cycle
13151315
arity: "*"
13161316
property: function
1317-
en: "permutation cycle of 1 3 2"
1317+
en: "permutation cycle of $1 $2 ..."
13181318
comment:
13191319
- "A common notation for a permutation cycle is (
13201320
132
@@ -1352,7 +1352,7 @@ concepts:
13521352
- concept: annotation
13531353
arity: 2
13541354
property: function
1355-
en: "H 2 0, which is water"
1355+
en: "$1 which is $2"
13561356
comment:
13571357
- "used with `mover` or `munder`"
13581358
- "Example: H2Owater"
@@ -1368,7 +1368,7 @@ concepts:
13681368
- concept: repeating-decimal
13691369
arity: 1
13701370
property: function
1371-
en: "repeating decimal 14"
1371+
en: "repeating decimal $1"
13721372
comment:
13731373
- "typically used in when there is a bar over the repeating part of a decimal or dots over the first and last digits."
13741374
- "Example: 122=0.045_"

0 commit comments

Comments
 (0)