Skip to content

Commit

Permalink
fixed by review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reebhub committed Jul 9, 2024
1 parent 748a777 commit 3153fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@

{CODE:python Increment-definition@DocumentExtensions\Counters\Counters.py /}

| Parameter | Type | Description |
|---------------|---------|------------------|
| `counter_name` | string | Counter's name |
| `delta` | long | Increase Counter by this value.<br>Default value is 1.<br>For a new Counter, this number will be its initial value. |
| Parameter | Type | Description |
|------------------|-------|-----------------|
| **counter_name** | `str` | Counter's name |
| **delta** | `int` | Increase Counter by this value.<br>Default value is 1.<br>For a new Counter, this number will be its initial value. |

{PANEL/}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class AbstractJavaScriptCountersIndexCreationTask : AbstractCountersIndex

| Property | Type | Description |
| - | - | - |
| **Maps** | `HashSet<string>` | The set of javascript map functions |
| **Reduce** | `string` | The javascript reduce function |
| **maps** | `Set[str]` | The set of javascript map functions |
| **reduce** | `str` | The javascript reduce function |

Example:

Expand Down

0 comments on commit 3153fcc

Please sign in to comment.