Skip to content

Commit 3295ea1

Browse files
committed
Fix doublespacing
1 parent 44ff7f5 commit 3295ea1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/general/project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@ if (usedList.length) {
525525
// the other properties. So we have adjusted the name returned
526526
// by usedFonts to make this clear as we expect that is where
527527
// it will be used next.
528-
var layerTimeD = usedAt[i].layerTimeD;
528+
var layerTimeD = usedAt[i].layerTimeD;
529529

530530
var layer = app.project.layerByID(layerID);
531-
str += " Layer:'" + String(layer.property("Source Text").valueAtTime(layerTimeD, false)) + "'\n";
531+
str += " Layer:'" + String(layer.property("Source Text").valueAtTime(layerTimeD, false)) + "'\n";
532532
}
533533
alert(str);
534534
}

docs/property/propertybase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ Gets the PropertyGroup object for an ancestor group of this property at a specif
327327

328328
#### Parameters
329329

330-
| Parameter | Type | Description |
331-
| --------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
332-
| `countUp` | Integer, in the range `[1..propertyDepth]` | Optional. The number of levels to ascend within the parent-child hierarchy. Default is 1, which gets the immediate parent. |
330+
| Parameter | Type | Description |
331+
| --------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
332+
| `countUp` | Integer, in the range `[1..propertyDepth]` | Optional. The number of levels to ascend within the parent-child hierarchy. Default is 1, which gets the immediate parent. |
333333

334334
#### Returns
335335

0 commit comments

Comments
 (0)