Skip to content

Commit

Permalink
Update KCL docs (#302)
Browse files Browse the repository at this point in the history
YOYO NEW KCL DOCS!!

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c3a4b43 commit f08e7ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
25 changes: 7 additions & 18 deletions content/pages/docs/kcl/loft.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions content/pages/docs/kcl/rem.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rem(num: i64, divisor: i64) -> i64

| Name | Type | Description | Required |
|----------|------|-------------|----------|
| `num` | `i64` | | Yes |
| `divisor` | `i64` | | Yes |
| `num` | `i64` | The number which will be divided by `divisor`. | Yes |
| `divisor` | `i64` | The number which will divide `num`. | Yes |

### Returns

Expand Down

0 comments on commit f08e7ed

Please sign in to comment.