Skip to content

Commit

Permalink
Update bind.md
Browse files Browse the repository at this point in the history
Need backticks in the Arguments table to prevent this function from crashing Docusaurus.
  • Loading branch information
lsgunnlsgunn authored Nov 5, 2024
1 parent 427c434 commit 153e7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/builtins/General/bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Use the following arguments to specify the `src` object and `bindings` for the `

| Argument | Type | Description |
| --- | --- | --- |
| `src` | object:{row} | Specifies the source object to evaluate. |
| `bindings` | binding:{row} | Specifies the bindings to apply to the `src` object. |
| `src` | `object:{row}` | Specifies the source object to evaluate. |
| `bindings` | `binding:{row}` | Specifies the bindings to apply to the `src` object. |

### Return values

Expand Down

0 comments on commit 153e7e0

Please sign in to comment.